Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
SensorObserverControl::RTViewControl Class Reference#include <SensorObserverControl.h>
Inheritance diagram for SensorObserverControl::RTViewControl:
![]() Detailed DescriptionThe real time view for SensorObserverControl is split into a separate class for more straightfoward handling of refreshes.Definition at line 33 of file SensorObserverControl.h.
Constructor & Destructor Documentation
constructor, pass pointer to SensorObserverControl which contains it
Definition at line 36 of file SensorObserverControl.h.
don't call
Member Function Documentation
causes control to refresh whenever an event (i.e. timer) is received
Implements EventListener. Definition at line 37 of file SensorObserverControl.h.
called when the child has deactivated and this control should refresh its display, or some other event (such as the user pressing the refresh button) has happened to cause a refresh to be needed
Reimplemented from ControlBase. Definition at line 186 of file SensorObserverControl.cc. Referenced by processEvent().
called when a control is being overriden by a child, or the control system is deactivating (e-stop being turned off)
Reimplemented from ControlBase. Definition at line 193 of file SensorObserverControl.cc.
called when this control is being popped from the control stack
Reimplemented from ControlBase. Definition at line 197 of file SensorObserverControl.cc.
sets period The change doesn't get picked up until next call to refresh() Definition at line 202 of file SensorObserverControl.cc. Referenced by SensorObserverControl::refresh().
don't call
Member Data Documentationa back pointer to SensorObserverControl which contains it so updateRT can be triggered
Definition at line 43 of file SensorObserverControl.h. Referenced by refresh().
the time to wait between automatic refreshes
Definition at line 44 of file SensorObserverControl.h. Referenced by refresh(), and setPeriod().
The documentation for this class was generated from the following files: |
Tekkotsu v4.0 |
Generated Thu Nov 22 00:58:41 2007 by Doxygen 1.5.4 |