Public Member Functions | |
virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
virtual bool | checkProtocolVersion () |
yarprobotinterfaceRpc () | |
virtual std::string | get_phase () |
Returns current phase. | |
virtual std::int32_t | get_level () |
Returns current level. | |
virtual std::string | get_robot () |
Returns robot name. | |
virtual bool | is_ready () |
Returns true if yarprobotinterface is ready (all startup actions performed and no interrupt called). | |
virtual std::string | quit () |
Closes yarprobotinterface. | |
virtual std::string | bye () |
Closes yarprobotinterface. | |
virtual std::string | exit () |
Closes yarprobotinterface. | |
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 18 of file yarprobotinterfaceRpc.h.
yarprobotinterfaceRpc::yarprobotinterfaceRpc | ( | ) |
Definition at line 1461 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Closes yarprobotinterface.
Reimplemented in yarprobotinterface::Module.
Definition at line 1516 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Definition at line 80 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Closes yarprobotinterface.
Reimplemented in yarprobotinterface::Module.
Definition at line 1526 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Returns current level.
Reimplemented in yarprobotinterface::Module.
Definition at line 1476 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Returns current phase.
Reimplemented in yarprobotinterface::Module.
Definition at line 1466 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Returns robot name.
Reimplemented in yarprobotinterface::Module.
Definition at line 1486 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Definition at line 95 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Definition at line 65 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Definition at line 1537 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Returns true if yarprobotinterface is ready (all startup actions performed and no interrupt called).
Reimplemented in yarprobotinterface::Module.
Definition at line 1496 of file yarprobotinterfaceRpc.cpp.
|
virtual |
Closes yarprobotinterface.
Reimplemented in yarprobotinterface::Module.
Definition at line 1506 of file yarprobotinterfaceRpc.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 1594 of file yarprobotinterfaceRpc.cpp.