#include <mobileBaseVelocityControlMsgs/idl_generated_code/MobileBaseVelocityControlRPC.h>
Inheritance diagram for MobileBaseVelocityControlRPC:Public Member Functions | |
| MobileBaseVelocityControlRPC () | |
| virtual bool | 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. More... | |
Public Member Functions inherited from yarp::os::Wire | |
| yarp::os::WireLink & | yarp () |
| Get YARP state associated with this object. More... | |
| const yarp::os::WireLink & | yarp () const |
| Get YARP state associated with this object (const version). 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 18 of file MobileBaseVelocityControlRPC.h.
| MobileBaseVelocityControlRPC::MobileBaseVelocityControlRPC | ( | ) |
Definition at line 465 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Reimplemented in MobileBaseVelocityControl_nws_yarp.
Definition at line 470 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Reimplemented in MobileBaseVelocityControl_nws_yarp.
Definition at line 480 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Definition at line 491 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 521 of file MobileBaseVelocityControlRPC.cpp.