#include <messages/mobileBaseVelocityControlMsgs/idl_generated_code/MobileBaseVelocityControlRPC.h>
Public Member Functions | |
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. | |
![]() | |
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 19 of file MobileBaseVelocityControlRPC.h.
MobileBaseVelocityControlRPC::MobileBaseVelocityControlRPC | ( | ) |
Definition at line 459 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Reimplemented in IMobileBaseVelocityControlRPCd.
Definition at line 464 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Reimplemented in IMobileBaseVelocityControlRPCd.
Definition at line 474 of file MobileBaseVelocityControlRPC.cpp.
|
virtual |
Definition at line 485 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 515 of file MobileBaseVelocityControlRPC.cpp.