|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_IMPLEMENTREMOTEVARIABLES_H
10 #define YARP_DEV_IMPLEMENTREMOTEVARIABLES_H
16 class ImplementRemoteVariables;
59 #endif // YARP_DEV_IMPLEMENTREMOTEVARIABLES_H
A simple collection of objects that can be described and transmitted in a portable way.
IRemoteVariables interface.
ImplementRemoteVariables(yarp::dev::IRemoteVariablesRaw *y)
virtual bool getRemoteVariablesList(yarp::os::Bottle *listOfKeys)=0
virtual bool setRemoteVariable(std::string key, const yarp::os::Bottle &val)=0
bool uninitialize()
Clean up internal data and memory.
bool initialize(int size, const int *amap)
Initialize the internal data and alloc memory.
IRemoteVariablesRaw * ivar
virtual ~ImplementRemoteVariables()
The main, catch-all namespace for YARP.
virtual bool getRemoteVariable(std::string key, yarp::os::Bottle &val)=0
IRemoteVariablesRaw interface.