#include <tcpros_carrier/RosSlave.h>
Inheritance diagram for RosSlave:Public Member Functions | |
| RosSlave () | |
| void | start (const char *hostname, int portnum) |
| void | stop () |
| yarp::os::Contact | where () |
| bool | isOk () |
| bool | read (yarp::os::ConnectionReader &reader) override |
| Read this object from a network connection. More... | |
Public Member Functions inherited from yarp::os::PortReader | |
| virtual | ~PortReader () |
| Destructor. More... | |
| virtual bool | read (ConnectionReader &reader)=0 |
| Read this object from a network connection. More... | |
| virtual Type | getReadType () const |
Definition at line 17 of file RosSlave.h.
|
inline |
Definition at line 27 of file RosSlave.h.
|
inline |
Definition at line 61 of file RosSlave.h.
|
inlineoverridevirtual |
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 65 of file RosSlave.h.
|
inline |
Definition at line 33 of file RosSlave.h.
|
inline |
Definition at line 40 of file RosSlave.h.
|
inline |
Definition at line 57 of file RosSlave.h.