#include <messages/ISerialMsgs/idl_generated_code/ISerialMsgs.h>
Public Member Functions | |
ISerialMsgs () | |
virtual bool | setDTR (const bool enable) |
virtual std::int32_t | flush () |
virtual std::vector< std::string > | help (const std::string &functionName="--all") |
bool | read (yarp::os::ConnectionReader &connection) override |
Read this object from a network connection. | |
![]() | |
yarp::os::WireLink & | yarp () |
Get YARP state associated with this object. | |
const yarp::os::WireLink & | yarp () const |
Get YARP state associated with this object (const version). | |
![]() | |
virtual | ~PortReader () |
Destructor. | |
virtual Type | getReadType () const |
Definition at line 17 of file ISerialMsgs.h.
ISerialMsgs::ISerialMsgs | ( | ) |
Definition at line 426 of file ISerialMsgs.cpp.
|
virtual |
Reimplemented in ISerialMsgsd.
Definition at line 441 of file ISerialMsgs.cpp.
|
virtual |
Definition at line 452 of file ISerialMsgs.cpp.
|
overridevirtual |
Read this object from a network connection.
Override this for your particular class.
reader | an interface to the network connection for reading |
Implements yarp::os::PortReader.
Definition at line 482 of file ISerialMsgs.cpp.
|
virtual |
Reimplemented in ISerialMsgsd.
Definition at line 431 of file ISerialMsgs.cpp.