|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
10 #ifndef YARP_OS_VOCAB_H
11 #define YARP_OS_VOCAB_H
73 #ifndef YARP_NO_DEPRECATED // since YARP 3.1.0
75 constexpr int32_t
VOCAB(
char a,
char b,
char c,
char d)
80 constexpr int32_t
VOCAB4(
char a,
char b,
char c,
char d)
85 constexpr int32_t
VOCAB3(
char a,
char b,
char c)
90 constexpr int32_t
VOCAB2(
char a,
char b)
99 #endif // YARP_NO_DEPRECATED
101 #endif // YARP_OS_VOCAB_H
constexpr yarp::conf::vocab32_t createVocab(char a, char b=0, char c=0, char d=0)
std::string decode(NetInt32 code)
Convert a vocabulary identifier into a string.
constexpr int32_t VOCAB(char a, char b, char c, char d)
NetInt32 encode(const std::string &str)
Convert a string into a vocabulary identifier.
constexpr int32_t VOCAB2(char a, char b)
constexpr int32_t VOCAB4(char a, char b, char c, char d)
#define YARP_DEPRECATED_MSG(MSG)
Expands to either the standard [[deprecated]] attribute or a compiler-specific decorator such as __at...
constexpr int32_t VOCAB3(char a, char b, char c)
The main, catch-all namespace for YARP.
constexpr int32_t VOCAB1(char a)
std::int32_t NetInt32
Definition of the NetInt32 type.