#include <yarp/dev/IRobotDescription.h>
Public Member Functions | |
bool | operator== (DeviceDescription const &b) const |
![]() | |
DeviceDescriptionData ()=default | |
DeviceDescriptionData (const std::string &device_name, const std::string &device_type, const std::string &device_configuration, const std::string &device_extra_info) | |
bool | read (yarp::os::idl::WireReader &reader) override |
bool | read (yarp::os::ConnectionReader &connection) override |
Read this object from a network connection. | |
bool | write (const yarp::os::idl::WireWriter &writer) const override |
bool | write (yarp::os::ConnectionWriter &connection) const override |
Write this object to a network connection. | |
std::string | toString () const |
![]() | |
virtual bool | readBare (yarp::os::ConnectionReader &reader) |
virtual bool | writeBare (yarp::os::ConnectionWriter &writer) const |
virtual bool | readBottle (yarp::os::ConnectionReader &reader) |
virtual bool | writeBottle (yarp::os::ConnectionWriter &writer) const |
![]() | |
virtual Type | getType () const |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
![]() | |
virtual | ~PortWriter () |
Destructor. | |
virtual void | onCompletion () const |
This is called when the port has finished all writing operations. | |
virtual void | onCommencement () const |
This is called when the port is about to begin writing operations. | |
virtual yarp::os::Type | getWriteType () const |
Additional Inherited Members | |
![]() | |
typedef yarp::os::idl::Unwrapped< DeviceDescriptionData > | unwrapped |
![]() | |
static bool | copyPortable (const PortWriter &writer, PortReader &reader) |
Copy one portable to another, via writing and reading. | |
![]() | |
std::string | device_name {} |
name of the device | |
std::string | device_type {} |
type of the device | |
std::string | device_configuration {} |
configuration parameters of the device | |
std::string | device_extra_info {} |
user defined extra information | |
Definition at line 18 of file IRobotDescription.h.
|
inline |
Definition at line 21 of file IRobotDescription.h.