Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
RGBSource Class Reference
Inheritance diagram for RGBSource:
Detailed DescriptionDefinition at line 44 of file KinectDriver.h.
Constructor & Destructor Documentation
Definition at line 46 of file KinectDriver.h.
Definition at line 48 of file KinectDriver.h. Member Function Documentation
Called when the simulator is stepping while paused or advancing a frozen data source, return true if successful, or false if no more data is available. Implements DataSource.
user hook for when frozen is set to true; advance() will be called by simulator at user discretion. Reimplemented from DataSource.
user hook for when frozen is set to false; if enteringRealtime() has been called then you should resume sending data. Reimplemented from DataSource.
Returns a descriptive name of the next data segment for user feedback (e.g. a filename for logged data). Just use your class name if you don't have a useful name for individual samples. Implements DataSource. Definition at line 55 of file KinectDriver.h.
Returns the simulator time of the next data segment. Should be in the future if nothing new since last data segment, otherwise should be the timestamp of the most recent data segment (older segments are skipped), return -1U if there is no more data Implements DataSource. Definition at line 54 of file KinectDriver.h. Member Data Documentation
Definition at line 63 of file KinectDriver.h.
Definition at line 61 of file KinectDriver.h.
Definition at line 64 of file KinectDriver.h.
Definition at line 60 of file KinectDriver.h. Referenced by RGBSource::nextName().
Definition at line 62 of file KinectDriver.h. The documentation for this class was generated from the following file: |
Tekkotsu Hardware Abstraction Layer 5.1CVS |
Generated Mon May 9 05:01:41 2016 by Doxygen 1.6.3 |