Responds to RPC command messages.
#include <CartesianControlServer.hpp>
|
void | setHandle (ICartesianControl *_iCartesianControl) |
|
bool | respond (const yarp::os::Bottle &in, yarp::os::Bottle &out) override |
|
void | makeUsage () |
|
|
virtual bool | transformIncomingData (std::vector< double > &vin) |
|
virtual bool | transformOutgoingData (std::vector< double > &vout) |
|
|
using | RunnableFun = bool(ICartesianControl::*)() |
|
using | ConsumerFun = bool(ICartesianControl::*)(const std::vector< double > &) |
|
using | FunctionFun = bool(ICartesianControl::*)(const std::vector< double > &, std::vector< double > &) |
|
|
bool | handleStatMsg (const yarp::os::Bottle &in, yarp::os::Bottle &out) |
|
bool | handleWaitMsg (const yarp::os::Bottle &in, yarp::os::Bottle &out) |
|
bool | handleActMsg (const yarp::os::Bottle &in, yarp::os::Bottle &out) |
|
bool | handleRunnableCmdMsg (const yarp::os::Bottle &in, yarp::os::Bottle &out, RunnableFun cmd) |
|
bool | handleConsumerCmdMsg (const yarp::os::Bottle &in, yarp::os::Bottle &out, ConsumerFun cmd) |
|
bool | handleFunctionCmdMsg (const yarp::os::Bottle &in, yarp::os::Bottle &out, FunctionFun cmd) |
|
bool | handleParameterSetter (const yarp::os::Bottle &in, yarp::os::Bottle &out) |
|
bool | handleParameterGetter (const yarp::os::Bottle &in, yarp::os::Bottle &out) |
|
bool | handleParameterSetterGroup (const yarp::os::Bottle &in, yarp::os::Bottle &out) |
|
bool | handleParameterGetterGroup (const yarp::os::Bottle &in, yarp::os::Bottle &out) |
|
The documentation for this class was generated from the following files:
- libraries/YarpPlugins/CartesianControlServer/CartesianControlServer.hpp
- libraries/YarpPlugins/CartesianControlServer/RpcResponder.cpp