#include <messages/mobileBaseVelocityControlMsgs/idl_generated_code/MobileBaseVelocityControlRPC.h>
Inheritance diagram for MobileBaseVelocityControlRPC:Public Member Functions | |
| virtual yarp::os::ApplicationNetworkProtocolVersion | getLocalProtocolVersion () |
| virtual yarp::os::ApplicationNetworkProtocolVersion | getRemoteProtocolVersion () |
| virtual bool | checkProtocolVersion () |
| MobileBaseVelocityControlRPC () | |
| virtual yarp::dev::ReturnValue | applyVelocityCommandRPC (const double x_vel, const double y_vel, const double theta_vel, const double timeout) |
| virtual return_getLastVelocityCommand | getLastVelocityCommandRPC () |
| 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. | |
Public Member Functions inherited from yarp::os::Wire | |
| 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). | |
Public Member Functions inherited from yarp::os::PortReader | |
| virtual | ~PortReader () |
| Destructor. | |
| virtual Type | getReadType () const |
Definition at line 20 of file MobileBaseVelocityControlRPC.h.
| MobileBaseVelocityControlRPC::MobileBaseVelocityControlRPC | ( | ) |
Definition at line 550 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Reimplemented in IMobileBaseVelocityControlRPCd.
Definition at line 555 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Definition at line 80 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Reimplemented in IMobileBaseVelocityControlRPCd.
Definition at line 565 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Definition at line 95 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Definition at line 65 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Definition at line 576 of file MobileBaseVelocityControlRPC.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 606 of file MobileBaseVelocityControlRPC.cpp.