YARP
Yet Another Robot Platform
yarp::dev::FrameGrabberControls_Parser Class Reference

#include <yarp/dev/FrameGrabberControlImpl.h>

+ Inheritance diagram for yarp::dev::FrameGrabberControls_Parser:

Public Member Functions

 FrameGrabberControls_Parser ()
 
virtual ~FrameGrabberControls_Parser ()
 
bool configure (IFrameGrabberControls *interface)
 
bool respond (const yarp::os::Bottle &cmd, yarp::os::Bottle &response) override
 Respond to a message. More...
 
- Public Member Functions inherited from yarp::dev::DeviceResponder
 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...
 
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...
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor. More...
 
virtual Type getReadType () const
 
- Public Member Functions inherited from yarp::os::TypedReaderCallback< yarp::os::Bottle >
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...
 

Detailed Description

Definition at line 58 of file FrameGrabberControlImpl.h.

Constructor & Destructor Documentation

◆ FrameGrabberControls_Parser()

FrameGrabberControls_Parser::FrameGrabberControls_Parser ( )

Definition at line 216 of file FrameGrabberControlImpl.cpp.

◆ ~FrameGrabberControls_Parser()

virtual yarp::dev::FrameGrabberControls_Parser::~FrameGrabberControls_Parser ( )
inlinevirtual

Definition at line 65 of file FrameGrabberControlImpl.h.

Member Function Documentation

◆ configure()

bool FrameGrabberControls_Parser::configure ( IFrameGrabberControls interface)

Definition at line 218 of file FrameGrabberControlImpl.cpp.

◆ respond()

bool FrameGrabberControls_Parser::respond ( const yarp::os::Bottle command,
yarp::os::Bottle reply 
)
overridevirtual

Respond to a message.

Parameters
commandthe message
replythe response
Returns
true if there was no critical failure

Reimplemented from yarp::dev::DeviceResponder.

Definition at line 235 of file FrameGrabberControlImpl.cpp.


The documentation for this class was generated from the following files: