YARP
Yet Another Robot Platform
GenericVocabs.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_GENERIC_VOCABS_H
11 #define YARP_DEV_GENERIC_VOCABS_H
12 
13 #include <yarp/os/Vocab.h>
14 // Common
42 
43 // Image, matrix etc
46 
47 #endif // YARP_DEV_GENERIC_VOCABS_H
constexpr yarp::conf::vocab32_t VOCAB_LIM
Definition: GenericVocabs.h:30
constexpr yarp::conf::vocab32_t VOCAB_OUTPUTS
Definition: GenericVocabs.h:36
constexpr yarp::conf::vocab32_t VOCAB_ENABLE
Definition: GenericVocabs.h:34
constexpr yarp::conf::vocab32_t VOCAB_DISABLE
Definition: GenericVocabs.h:33
constexpr yarp::conf::vocab32_t VOCAB_QUIT
Definition: GenericVocabs.h:23
constexpr yarp::conf::vocab32_t VOCAB_OK
Definition: GenericVocabs.h:18
constexpr yarp::conf::vocab32_t VOCAB_REF
Definition: GenericVocabs.h:27
constexpr yarp::conf::vocab32_t VOCAB_IS
Definition: GenericVocabs.h:17
constexpr yarp::conf::vocab32_t VOCAB_ERRS
Definition: GenericVocabs.h:21
constexpr yarp::conf::vocab32_t VOCAB_REMOVE
Definition: GenericVocabs.h:25
constexpr yarp::conf::vocab32_t VOCAB_WIDTH
Definition: GenericVocabs.h:44
constexpr yarp::conf::vocab32_t VOCAB_GET
Definition: GenericVocabs.h:16
constexpr yarp::conf::vocab32_t VOCAB_OUTPUT
Definition: GenericVocabs.h:35
constexpr yarp::conf::vocab32_t VOCAB_REFERENCE
Definition: GenericVocabs.h:37
constexpr yarp::conf::vocab32_t VOCAB_FAILED
Definition: GenericVocabs.h:19
constexpr yarp::conf::vocab32_t VOCAB_VALUE
Definition: GenericVocabs.h:41
constexpr yarp::conf::vocab32_t VOCAB_REFG
Definition: GenericVocabs.h:29
constexpr yarp::conf::vocab32_t VOCAB_ERR
Definition: GenericVocabs.h:20
constexpr yarp::conf::vocab32_t VOCAB_REFS
Definition: GenericVocabs.h:28
constexpr yarp::conf::vocab32_t VOCAB_COUNT
Definition: GenericVocabs.h:40
constexpr yarp::conf::vocab32_t VOCAB_REFERENCES
Definition: GenericVocabs.h:38
constexpr yarp::conf::vocab32_t VOCAB_HELP
Definition: GenericVocabs.h:22
constexpr yarp::conf::vocab32_t VOCAB_RESET
Definition: GenericVocabs.h:32
constexpr yarp::conf::vocab32_t VOCAB_AXES
Definition: GenericVocabs.h:39
constexpr yarp::conf::vocab32_t VOCAB_SET
Definition: GenericVocabs.h:15
constexpr yarp::conf::vocab32_t VOCAB_NOT
Definition: GenericVocabs.h:24
constexpr yarp::conf::vocab32_t VOCAB_OFFSET
Definition: GenericVocabs.h:26
constexpr yarp::conf::vocab32_t VOCAB_LIMS
Definition: GenericVocabs.h:31
constexpr yarp::conf::vocab32_t VOCAB_HEIGHT
Definition: GenericVocabs.h:45
std::int32_t vocab32_t
Definition: numeric.h:52
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
Definition: Vocab.h:22