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

Go to the source code of this file.

Classes

class  yarp::dev::IEncodersRaw
 Control board, encoder interface. More...
 
class  yarp::dev::IEncoders
 Control board, encoder 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_E_RESET = yarp::os::createVocab('e','r','e')
 
constexpr yarp::conf::vocab32_t VOCAB_E_RESETS = yarp::os::createVocab('e','r','e','s')
 
constexpr yarp::conf::vocab32_t VOCAB_ENCODER = yarp::os::createVocab('e','n','c')
 
constexpr yarp::conf::vocab32_t VOCAB_ENCODERS = yarp::os::createVocab('e','n','c','s')
 
constexpr yarp::conf::vocab32_t VOCAB_ENCODER_SPEED = yarp::os::createVocab('e','s','p')
 
constexpr yarp::conf::vocab32_t VOCAB_ENCODER_SPEEDS = yarp::os::createVocab('e','s','p','s')
 
constexpr yarp::conf::vocab32_t VOCAB_ENCODER_ACCELERATION = yarp::os::createVocab('e','a','c')
 
constexpr yarp::conf::vocab32_t VOCAB_ENCODER_ACCELERATIONS = yarp::os::createVocab('e','a','c','s')
 

Variable Documentation

◆ VOCAB_E_RESET

constexpr yarp::conf::vocab32_t VOCAB_E_RESET = yarp::os::createVocab('e','r','e')
constexpr

Definition at line 209 of file IEncoders.h.

◆ VOCAB_E_RESETS

constexpr yarp::conf::vocab32_t VOCAB_E_RESETS = yarp::os::createVocab('e','r','e','s')
constexpr

Definition at line 210 of file IEncoders.h.

◆ VOCAB_ENCODER

constexpr yarp::conf::vocab32_t VOCAB_ENCODER = yarp::os::createVocab('e','n','c')
constexpr

Definition at line 211 of file IEncoders.h.

◆ VOCAB_ENCODER_ACCELERATION

constexpr yarp::conf::vocab32_t VOCAB_ENCODER_ACCELERATION = yarp::os::createVocab('e','a','c')
constexpr

Definition at line 217 of file IEncoders.h.

◆ VOCAB_ENCODER_ACCELERATIONS

constexpr yarp::conf::vocab32_t VOCAB_ENCODER_ACCELERATIONS = yarp::os::createVocab('e','a','c','s')
constexpr

Definition at line 218 of file IEncoders.h.

◆ VOCAB_ENCODER_SPEED

constexpr yarp::conf::vocab32_t VOCAB_ENCODER_SPEED = yarp::os::createVocab('e','s','p')
constexpr

Definition at line 215 of file IEncoders.h.

◆ VOCAB_ENCODER_SPEEDS

constexpr yarp::conf::vocab32_t VOCAB_ENCODER_SPEEDS = yarp::os::createVocab('e','s','p','s')
constexpr

Definition at line 216 of file IEncoders.h.

◆ VOCAB_ENCODERS

constexpr yarp::conf::vocab32_t VOCAB_ENCODERS = yarp::os::createVocab('e','n','c','s')
constexpr

Definition at line 212 of file IEncoders.h.