Class: Pid

Serl.Pid()

Constructor for objects analogous to an OTP Pid term.

Constructor

new Pid()

Source:
To Do:
  • Do we need to validate argument types in the constructor?

Methods

toString()

Overridden toString . Output is of the form:

[object Pid<0.1>]
Source:
To Do:
  • should this be made into a static method?