|
| RGBDSensorParser () |
|
| ~RGBDSensorParser () override=default |
|
bool | configure (yarp::dev::IRGBDSensor *interface) |
|
bool | configure (yarp::dev::IRgbVisualParams *rgbInterface, yarp::dev::IDepthVisualParams *depthInterface) |
|
bool | configure (yarp::dev::IFrameGrabberControls *_fgCtrl) |
|
bool | respond (const yarp::os::Bottle &cmd, yarp::os::Bottle &response) override |
| Respond to a message. More...
|
|
| RGBDSensorParser () |
|
| ~RGBDSensorParser () override=default |
|
bool | configure (yarp::dev::IRGBDSensor *interface) |
|
bool | configure (yarp::dev::IRgbVisualParams *rgbInterface, yarp::dev::IDepthVisualParams *depthInterface) |
|
bool | configure (yarp::dev::IFrameGrabberControls *_fgCtrl) |
|
bool | respond (const yarp::os::Bottle &cmd, yarp::os::Bottle &response) override |
| Respond to a message. More...
|
|
| DeviceResponder () |
| Constructor. More...
|
|
void | addUsage (const char *txt, const char *explain=nullptr) |
| Add information about a message that the respond() method understands. More...
|
|
void | addUsage (const yarp::os::Bottle &bot, const char *explain=nullptr) |
| Add information about a message that the respond() method understands. More...
|
|
virtual bool | respond (const yarp::os::Bottle &command, yarp::os::Bottle &reply) |
| Respond to a message. More...
|
|
bool | read (yarp::os::ConnectionReader &connection) override |
| Handler for reading messages from the network, and passing them on to the respond() method. More...
|
|
void | onRead (yarp::os::Bottle &v) override |
| Alternative handler for reading messages from the network, and passing them on to the respond() method. More...
|
|
void | makeUsage () |
| Regenerate usage information. More...
|
|
void | attach (yarp::os::TypedReader< yarp::os::Bottle > &source) |
| Attach this object to a source of messages. More...
|
|
virtual | ~PortReader () |
| Destructor. More...
|
|
virtual bool | read (ConnectionReader &reader)=0 |
| Read this object from a network connection. More...
|
|
virtual Type | getReadType () const |
|
virtual | ~TypedReaderCallback () |
| Destructor. More...
|
|
virtual void | onRead (yarp::os::Bottle &datum) |
| Callback method. More...
|
|
virtual void | onRead (yarp::os::Bottle &datum, const yarp::os::TypedReader< yarp::os::Bottle > &reader) |
| Callback method. More...
|
|
Definition at line 46 of file RgbdSensor_nws_yarp.h.