Go to the source code of this file.
|
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.
|
|
|
enum | yarp::dev::InteractionModeEnum {
yarp::dev::VOCAB_IM_STIFF = yarp::os::createVocab32('s', 't', 'i', 'f')
,
yarp::dev::VOCAB_IM_COMPLIANT = yarp::os::createVocab32('c', 'o', 'm', 'p')
,
yarp::dev::VOCAB_IM_UNKNOWN = yarp::os::createVocab32('u', 'n', 'k', 'n')
} |
|
|
constexpr yarp::conf::vocab32_t | VOCAB_INTERFACE_INTERACTION_MODE = yarp::os::createVocab32('i','n','t','m') |
|
constexpr yarp::conf::vocab32_t | VOCAB_INTERACTION_MODE = yarp::os::createVocab32('m','o','d','e') |
|
constexpr yarp::conf::vocab32_t | VOCAB_INTERACTION_MODE_GROUP = yarp::os::createVocab32('m','o','d','g') |
|
constexpr yarp::conf::vocab32_t | VOCAB_INTERACTION_MODES = yarp::os::createVocab32('m','o','d','s') |
|
◆ VOCAB_INTERACTION_MODE
◆ VOCAB_INTERACTION_MODE_GROUP
◆ VOCAB_INTERACTION_MODES
◆ VOCAB_INTERFACE_INTERACTION_MODE