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

namespace  yarp
 The main, catch-all namespace for YARP.
 
namespace  yarp::dev
 For streams capable of holding different kinds of content, check what they actually have.
 

Variables

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

Variable Documentation

◆ VOCAB_LIST_VARIABLES

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

Definition at line 62 of file IRemoteVariables.h.

◆ VOCAB_REMOTE_VARIABILE_INTERFACE

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

Definition at line 60 of file IRemoteVariables.h.

◆ VOCAB_VARIABLE

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

Definition at line 61 of file IRemoteVariables.h.