YARP
Yet Another Robot Platform
IRemoteVariables.h File Reference
#include <string>
#include <yarp/os/Bottle.h>
#include <yarp/os/Vocab.h>
#include <yarp/dev/api.h>
+ Include dependency graph for IRemoteVariables.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  yarp::dev::IRemoteVariablesRaw
 IRemoteVariablesRaw interface. More...
 
class  yarp::dev::IRemoteVariables
 IRemoteVariables interface. More...
 

Namespaces

 yarp
 The main, catch-all namespace for YARP.
 
 yarp::dev
 An interface for the device drivers.
 

Variables

constexpr yarp::conf::vocab32_t VOCAB_REMOTE_VARIABILE_INTERFACE = yarp::os::createVocab('i','v','a','r')
 
constexpr yarp::conf::vocab32_t VOCAB_VARIABLE = yarp::os::createVocab('m','v','a','r')
 
constexpr yarp::conf::vocab32_t VOCAB_LIST_VARIABLES = yarp::os::createVocab('l','v','a','r')
 

Variable Documentation

◆ VOCAB_LIST_VARIABLES

constexpr yarp::conf::vocab32_t VOCAB_LIST_VARIABLES = yarp::os::createVocab('l','v','a','r')
constexpr

Definition at line 67 of file IRemoteVariables.h.

◆ VOCAB_REMOTE_VARIABILE_INTERFACE

constexpr yarp::conf::vocab32_t VOCAB_REMOTE_VARIABILE_INTERFACE = yarp::os::createVocab('i','v','a','r')
constexpr

Definition at line 65 of file IRemoteVariables.h.

◆ VOCAB_VARIABLE

constexpr yarp::conf::vocab32_t VOCAB_VARIABLE = yarp::os::createVocab('m','v','a','r')
constexpr

Definition at line 66 of file IRemoteVariables.h.