Tekkotsu Homepage | Demos | Overview | Downloads | Dev. Resources | Reference | Credits |
CameraDriverPtGrey Class Referencedescription of CameraDriverPtGrey More...
Inheritance diagram for CameraDriverPtGrey:
Detailed Descriptiondescription of CameraDriverPtGrey Definition at line 13 of file CameraDriverPtGrey.h.
Constructor & Destructor Documentation
Definition at line 16 of file CameraDriverPtGrey.h.
Definition at line 25 of file CameraDriverPtGrey.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, 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 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 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 29 of file CameraDriverPtGrey.h.
Reimplemented from DeviceDriver. Definition at line 31 of file CameraDriverPtGrey.h.
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 36 of file CameraDriverPtGrey.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 35 of file CameraDriverPtGrey.h.
watches index, triggers a close() and re-open() if it changes Implements PrimitiveListener.
User hook, called when the data source should claim which outputs it provides feedback (providingOuput()). Does not indicate the data source should start sending updates yet — wait for enteringRealtime() or advance() to be called Reimplemented from DataSource.
Member Data Documentation
holds the class name, set via registration with the DeviceDriver registry Definition at line 67 of file CameraDriverPtGrey.h. Referenced by getClassName().
Definition at line 60 of file CameraDriverPtGrey.h.
Definition at line 62 of file CameraDriverPtGrey.h.
Definition at line 45 of file CameraDriverPtGrey.h. Referenced by CameraDriverPtGrey(), and ~CameraDriverPtGrey().
Definition at line 50 of file CameraDriverPtGrey.h.
Definition at line 49 of file CameraDriverPtGrey.h.
Definition at line 63 of file CameraDriverPtGrey.h. The documentation for this class was generated from the following file: |
Tekkotsu Hardware Abstraction Layer 5.1CVS |
Generated Mon May 9 05:01:40 2016 by Doxygen 1.6.3 |