11#ifndef YARP_THRIFT_GENERATOR_SERVICE_MOBILEBASEVELOCITYCONTROLRPC_H
12#define YARP_THRIFT_GENERATOR_SERVICE_MOBILEBASEVELOCITYCONTROLRPC_H
38 virtual std::vector<std::string>
help(
const std::string& functionName =
"--all");
virtual std::vector< std::string > help(const std::string &functionName="--all")
MobileBaseVelocityControlRPC()
virtual yarp::dev::ReturnValue applyVelocityCommandRPC(const double x_vel, const double y_vel, const double theta_vel, const double timeout)
virtual bool checkProtocolVersion()
virtual yarp::os::ApplicationNetworkProtocolVersion getLocalProtocolVersion()
virtual yarp::os::ApplicationNetworkProtocolVersion getRemoteProtocolVersion()
virtual return_getLastVelocityCommand getLastVelocityCommandRPC()
bool read(yarp::os::ConnectionReader &connection) override
Read this object from a network connection.
An interface for reading from a network connection.
Base class for IDL client/server.