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

Go to the source code of this file.

Classes

struct  yarp::dev::DeviceDescription
 
class  yarp::dev::IRobotDescription
 This interface allows users to retrieve a list which contains the names and the types of the currently running devices. 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_IROBOT_DESCRIPTION = yarp::os::createVocab32('i','r','o','b')
 
constexpr yarp::conf::vocab32_t VOCAB_IROBOT_GET = yarp::os::createVocab32('g','e','t')
 
constexpr yarp::conf::vocab32_t VOCAB_IROBOT_SET = yarp::os::createVocab32('s','e','t')
 
constexpr yarp::conf::vocab32_t VOCAB_IROBOT_DELETE = yarp::os::createVocab32('d','e','l')
 
constexpr yarp::conf::vocab32_t VOCAB_IROBOT_ALL = yarp::os::createVocab32('a','l','l')
 
constexpr yarp::conf::vocab32_t VOCAB_IROBOT_DEVICE = yarp::os::createVocab32('d','e','v')
 
constexpr yarp::conf::vocab32_t VOCAB_IROBOT_BY_TYPE = yarp::os::createVocab32('t','y','p','e')
 

Variable Documentation

◆ VOCAB_IROBOT_ALL

constexpr yarp::conf::vocab32_t VOCAB_IROBOT_ALL = yarp::os::createVocab32('a','l','l')
constexpr

Definition at line 67 of file IRobotDescription.h.

◆ VOCAB_IROBOT_BY_TYPE

constexpr yarp::conf::vocab32_t VOCAB_IROBOT_BY_TYPE = yarp::os::createVocab32('t','y','p','e')
constexpr

Definition at line 69 of file IRobotDescription.h.

◆ VOCAB_IROBOT_DELETE

constexpr yarp::conf::vocab32_t VOCAB_IROBOT_DELETE = yarp::os::createVocab32('d','e','l')
constexpr

Definition at line 66 of file IRobotDescription.h.

◆ VOCAB_IROBOT_DESCRIPTION

constexpr yarp::conf::vocab32_t VOCAB_IROBOT_DESCRIPTION = yarp::os::createVocab32('i','r','o','b')
constexpr

Definition at line 63 of file IRobotDescription.h.

◆ VOCAB_IROBOT_DEVICE

constexpr yarp::conf::vocab32_t VOCAB_IROBOT_DEVICE = yarp::os::createVocab32('d','e','v')
constexpr

Definition at line 68 of file IRobotDescription.h.

◆ VOCAB_IROBOT_GET

constexpr yarp::conf::vocab32_t VOCAB_IROBOT_GET = yarp::os::createVocab32('g','e','t')
constexpr

Definition at line 64 of file IRobotDescription.h.

◆ VOCAB_IROBOT_SET

constexpr yarp::conf::vocab32_t VOCAB_IROBOT_SET = yarp::os::createVocab32('s','e','t')
constexpr

Definition at line 65 of file IRobotDescription.h.