YARP
Yet Another Robot Platform
ControlBoardVocabs.h
Go to the documentation of this file.
1 /*
2  * Copyright (C) 2006-2020 Istituto Italiano di Tecnologia (IIT)
3  * Copyright (C) 2006-2010 RobotCub Consortium
4  * All rights reserved.
5  *
6  * This software may be modified and distributed under the terms of the
7  * BSD-3-Clause license. See the accompanying LICENSE file for details.
8  */
9 
10 #ifndef YARP_DEV_CONTROLBOARDVOCABS_H
11 #define YARP_DEV_CONTROLBOARDVOCABS_H
12 
13 #include <yarp/os/Vocab.h>
14 
15 /* Vocabs representing the above interfaces */
19 
20 // interface IPositionControl sets
25 
33 
34 // interface IVelocityControl sets
38 
39 // protocol version
41 
42 #endif // YARP_DEV_CONTROLBOARDVOCABS_H
VOCAB_STOP
constexpr yarp::conf::vocab32_t VOCAB_STOP
Definition: ControlBoardVocabs.h:31
yarp::os::createVocab
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
Definition: Vocab.h:22
VOCAB_POSITION_MOVES
constexpr yarp::conf::vocab32_t VOCAB_POSITION_MOVES
Definition: ControlBoardVocabs.h:23
VOCAB_RELATIVE_MOVES
constexpr yarp::conf::vocab32_t VOCAB_RELATIVE_MOVES
Definition: ControlBoardVocabs.h:26
VOCAB_VELOCITY_MOVES
constexpr yarp::conf::vocab32_t VOCAB_VELOCITY_MOVES
Definition: ControlBoardVocabs.h:37
VOCAB_VELOCITY_MODE
constexpr yarp::conf::vocab32_t VOCAB_VELOCITY_MODE
Definition: ControlBoardVocabs.h:35
VOCAB_REF_SPEEDS
constexpr yarp::conf::vocab32_t VOCAB_REF_SPEEDS
Definition: ControlBoardVocabs.h:28
VOCAB_RELATIVE_MOVE
constexpr yarp::conf::vocab32_t VOCAB_RELATIVE_MOVE
Definition: ControlBoardVocabs.h:24
VOCAB_MOTION_DONES
constexpr yarp::conf::vocab32_t VOCAB_MOTION_DONES
Definition: ControlBoardVocabs.h:17
VOCAB_PROTOCOL_VERSION
constexpr yarp::conf::vocab32_t VOCAB_PROTOCOL_VERSION
Definition: ControlBoardVocabs.h:40
yarp::conf::vocab32_t
std::int32_t vocab32_t
Definition: numeric.h:52
Vocab.h
VOCAB_VELOCITY_MOVE
constexpr yarp::conf::vocab32_t VOCAB_VELOCITY_MOVE
Definition: ControlBoardVocabs.h:36
VOCAB_REF_ACCELERATIONS
constexpr yarp::conf::vocab32_t VOCAB_REF_ACCELERATIONS
Definition: ControlBoardVocabs.h:30
VOCAB_TIMESTAMP
constexpr yarp::conf::vocab32_t VOCAB_TIMESTAMP
Definition: ControlBoardVocabs.h:18
VOCAB_MOTION_DONE
constexpr yarp::conf::vocab32_t VOCAB_MOTION_DONE
Definition: ControlBoardVocabs.h:16
VOCAB_REF_SPEED
constexpr yarp::conf::vocab32_t VOCAB_REF_SPEED
Definition: ControlBoardVocabs.h:27
VOCAB_STOPS
constexpr yarp::conf::vocab32_t VOCAB_STOPS
Definition: ControlBoardVocabs.h:32
VOCAB_POSITION_MODE
constexpr yarp::conf::vocab32_t VOCAB_POSITION_MODE
Definition: ControlBoardVocabs.h:21
VOCAB_POSITION_MOVE
constexpr yarp::conf::vocab32_t VOCAB_POSITION_MOVE
Definition: ControlBoardVocabs.h:22
VOCAB_REF_ACCELERATION
constexpr yarp::conf::vocab32_t VOCAB_REF_ACCELERATION
Definition: ControlBoardVocabs.h:29