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

Go to the source code of this file.

Classes

class  yarp::dev::ICurrentControl
 Interface for control boards implementing current control. More...
 
class  yarp::dev::ICurrentControlRaw
 Interface for control boards implementing current control. 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_CURRENTCONTROL_INTERFACE = yarp::os::createVocab32('i','c','u','r')
 
constexpr yarp::conf::vocab32_t VOCAB_CURRENT_REF = yarp::os::createVocab32('r','e','f')
 
constexpr yarp::conf::vocab32_t VOCAB_CURRENT_REFS = yarp::os::createVocab32('r','e','f','s')
 
constexpr yarp::conf::vocab32_t VOCAB_CURRENT_REF_GROUP = yarp::os::createVocab32('r','e','f','g')
 
constexpr yarp::conf::vocab32_t VOCAB_CURRENT_RANGE = yarp::os::createVocab32('r','n','g')
 
constexpr yarp::conf::vocab32_t VOCAB_CURRENT_RANGES = yarp::os::createVocab32('r','n','g','s')
 

Variable Documentation

◆ VOCAB_CURRENT_RANGE

constexpr yarp::conf::vocab32_t VOCAB_CURRENT_RANGE = yarp::os::createVocab32('r','n','g')
constexpr

Definition at line 198 of file ICurrentControl.h.

◆ VOCAB_CURRENT_RANGES

constexpr yarp::conf::vocab32_t VOCAB_CURRENT_RANGES = yarp::os::createVocab32('r','n','g','s')
constexpr

Definition at line 199 of file ICurrentControl.h.

◆ VOCAB_CURRENT_REF

constexpr yarp::conf::vocab32_t VOCAB_CURRENT_REF = yarp::os::createVocab32('r','e','f')
constexpr

Definition at line 195 of file ICurrentControl.h.

◆ VOCAB_CURRENT_REF_GROUP

constexpr yarp::conf::vocab32_t VOCAB_CURRENT_REF_GROUP = yarp::os::createVocab32('r','e','f','g')
constexpr

Definition at line 197 of file ICurrentControl.h.

◆ VOCAB_CURRENT_REFS

constexpr yarp::conf::vocab32_t VOCAB_CURRENT_REFS = yarp::os::createVocab32('r','e','f','s')
constexpr

Definition at line 196 of file ICurrentControl.h.

◆ VOCAB_CURRENTCONTROL_INTERFACE

constexpr yarp::conf::vocab32_t VOCAB_CURRENTCONTROL_INTERFACE = yarp::os::createVocab32('i','c','u','r')
constexpr

Definition at line 192 of file ICurrentControl.h.