Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
PListSensorDriver Class ReferenceAccepts a stream of plist packets, each containing dictionaries for output, button, and sensor values (see DynamicRobotState). More...
Inheritance diagram for PListSensorDriver:
Detailed DescriptionAccepts a stream of plist packets, each containing dictionaries for output, button, and sensor values (see DynamicRobotState). Definition at line 8 of file PListSensorDriver.h.
Constructor & Destructor Documentation
Definition at line 10 of file PListSensorDriver.h.
don't call Member Function Documentation
User hook, called when the data source should release its claim on outputs with feedback (ignoringOuput()). It would be wise to call this from your destructor as well. Reimplemented from DataStreamDriver. Definition at line 11 of file PListSensorDriver.cc.
Returns the name of the class (aka its type). Suggested implementation is to declare a static string member, set it to the result of calling the registry's registerType, and then return that member here Implements DeviceDriver. Definition at line 17 of file PListSensorDriver.h.
Reimplemented from DeviceDriver. Definition at line 19 of file PListSensorDriver.h.
don't call
Called when data should be read from the specified data stream and then provided to the framework. If paceInput is set, your implementation should use readsome() to skim through to the last available data packet, and provide only that data to the framework Implements DataStreamDriver. Definition at line 20 of file PListSensorDriver.cc. Member Data Documentation
holds the class name, set via registration with the DeviceDriver registry Reimplemented from DataStreamDriver. Definition at line 33 of file PListSensorDriver.h. Referenced by getClassName(). outputs which are being provided by the input stream, so we can claim them and block local feedback Definition at line 29 of file PListSensorDriver.h. Referenced by deregisterSource(), PListSensorDriver(), and readData(). The documentation for this class was generated from the following files: |
Tekkotsu Hardware Abstraction Layer 5.1CVS |
Generated Mon May 9 05:01:41 2016 by Doxygen 1.6.3 |