orca-robotics INTRODUCTION Overview Download and Install Documentation REPOSITORY Interfaces Drivers Libraries Utilities Software Map DEVELOPER Dashboard PEOPLE Contributors Users Project Download Mailing lists
|
hydrointerfaces::Image Class ReferenceAbstract class for a image source.
More...
|
Public Member Functions | |
virtual void | read (Data &data)=0 |
Classes | |
class | Config |
Configuration structure. More... | |
class | Data |
Data structure returned by read(). More... |
All image sources should implement this, making it simple to add support for different image sources.
This guy is not guaranteed to be thread-safe!
|
Blocks till new data is available, but shouldn't occupy the thread indefinitely. Ranges and intensities can be expected to have been pre-sized correctly. Throws exceptions on un-recoverable faults. |
Webmaster: Tobias Kaupp (tobasco at users.sourceforge.net)