YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
yarp::proto::framegrabber::DepthVisualParams_Responder Class Reference

#include <messages/framegrabber_protocol/yarp/proto/framegrabber/DepthVisualParams_Responder.h>

+ Inheritance diagram for yarp::proto::framegrabber::DepthVisualParams_Responder:

Public Member Functions

 DepthVisualParams_Responder ()
 
 ~DepthVisualParams_Responder () override=default
 
bool configure (yarp::dev::IDepthVisualParams *interface)
 
bool respond (const yarp::os::Bottle &cmd, yarp::os::Bottle &response) override
 Respond to a message.
 
- Public Member Functions inherited from yarp::dev::DeviceResponder
 DeviceResponder ()
 Constructor.
 
void addUsage (const char *txt, const char *explain=nullptr)
 Add information about a message that the respond() method understands.
 
void addUsage (const yarp::os::Bottle &bot, const char *explain=nullptr)
 Add information about a message that the respond() method understands.
 
bool read (yarp::os::ConnectionReader &connection) override
 Handler for reading messages from the network, and passing them on to the respond() method.
 
void onRead (yarp::os::Bottle &v) override
 Alternative handler for reading messages from the network, and passing them on to the respond() method.
 
void makeUsage ()
 Regenerate usage information.
 
void attach (yarp::os::TypedReader< yarp::os::Bottle > &source)
 Attach this object to a source of messages.
 
- Public Member Functions inherited from yarp::os::PortReader
virtual ~PortReader ()
 Destructor.
 
virtual Type getReadType () const
 
- Public Member Functions inherited from yarp::os::TypedReaderCallback< yarp::os::Bottle >
virtual ~TypedReaderCallback ()
 Destructor.
 
virtual void onRead (yarp::os::Bottle &datum, const yarp::os::TypedReader< yarp::os::Bottle > &reader)
 Callback method.
 

Detailed Description

Definition at line 14 of file DepthVisualParams_Responder.h.

Constructor & Destructor Documentation

◆ DepthVisualParams_Responder()

DepthVisualParams_Responder::DepthVisualParams_Responder ( )

Definition at line 13 of file DepthVisualParams_Responder.cpp.

◆ ~DepthVisualParams_Responder()

yarp::proto::framegrabber::DepthVisualParams_Responder::~DepthVisualParams_Responder ( )
overridedefault

Member Function Documentation

◆ configure()

bool DepthVisualParams_Responder::configure ( yarp::dev::IDepthVisualParams interface)

Definition at line 19 of file DepthVisualParams_Responder.cpp.

◆ respond()

bool DepthVisualParams_Responder::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 32 of file DepthVisualParams_Responder.cpp.


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