|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
9 #ifndef YARP_DEV_IREMOTEVARIABLES_H
10 #define YARP_DEV_IREMOTEVARIABLES_H
20 class IRemoteVariablesRaw;
21 class IRemoteVariables;
70 #endif // YARP_DEV_IREMOTEVARIABLES_H
constexpr yarp::conf::vocab32_t VOCAB_VARIABLE
A simple collection of objects that can be described and transmitted in a portable way.
IRemoteVariables interface.
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
virtual bool getRemoteVariablesList(yarp::os::Bottle *listOfKeys)=0
virtual bool setRemoteVariable(std::string key, const yarp::os::Bottle &val)=0
virtual ~IRemoteVariables()
Destructor.
virtual ~IRemoteVariablesRaw()
Destructor.
virtual bool getRemoteVariablesListRaw(yarp::os::Bottle *listOfKeys)=0
constexpr yarp::conf::vocab32_t VOCAB_REMOTE_VARIABILE_INTERFACE
virtual bool getRemoteVariableRaw(std::string key, yarp::os::Bottle &val)=0
The main, catch-all namespace for YARP.
virtual bool setRemoteVariableRaw(std::string key, const yarp::os::Bottle &val)=0
constexpr yarp::conf::vocab32_t VOCAB_LIST_VARIABLES
virtual bool getRemoteVariable(std::string key, yarp::os::Bottle &val)=0
IRemoteVariablesRaw interface.