Managed Object | |
---|---|
SampleObject | Implements a hash or dictionary. This object holds name/object pairs. Objects may be added and removed. |
Timer | Implements a timer that produces a repetitive event when started. |
AlarmDisplay | Displays an alarm clock in its own window. The alarm clock can be shown and hidden, it can also be set to ring or to stop ringing. Part of the Ponder2 Tutorial |
BSNAdaptor | An adaptor to talk to BSN nodes Part of the Ponder2 Tutorial |
DiscoveryManager | The Discovery Manager receives heart beats and values from BSN nodes. The Discovery Manager keeps track of BSN nodes, when they arrive, when they disappear, and sends the appropriate event. Whenever a value arrives, it is filtered to see if it has changed and if so, it is sent on as an event. Part of the Ponder2 Tutorial. |
Nurse | Nurse Managed Object for the Ponder2 Tutorial. When given a bed (domain) to manage, a window is opened, the domain is scanned for Body Sensor Nodes. Any nodes found are added to the window and the nodes are asked for their readings and scan rates. Scan rates can be altered by using the drop-down in the Nurse window. |
PumpAdaptor | Injects Insulin into the patient with the specified dose. This managed object acts as an interface to the real pump. Part of the Ponder2 tutorial |
TimerDone | Implements a timer that produces a repetitive event when started. |