#include <yarp/os/NetInt32.h>
#include <string>
Go to the source code of this file.
|
| yarp |
| The main, catch-all namespace for YARP.
|
|
| yarp::os |
| An interface to the operating system, including Port based communication.
|
|
| yarp::os::Vocab |
| Short readable codes.
|
|
|
constexpr yarp::conf::vocab32_t | yarp::os::createVocab (char a, char b=0, char c=0, char d=0) |
|
NetInt32 | yarp::os::Vocab::encode (const std::string &str) |
| Convert a string into a vocabulary identifier. More...
|
|
std::string | yarp::os::Vocab::decode (NetInt32 code) |
| Convert a vocabulary identifier into a string. More...
|
|
constexpr int32_t | VOCAB (char a, char b, char c, char d) |
|
constexpr int32_t | VOCAB4 (char a, char b, char c, char d) |
|
constexpr int32_t | VOCAB3 (char a, char b, char c) |
|
constexpr int32_t | VOCAB2 (char a, char b) |
|
constexpr int32_t | VOCAB1 (char a) |
|
◆ VOCAB()
constexpr int32_t VOCAB |
( |
char |
a, |
|
|
char |
b, |
|
|
char |
c, |
|
|
char |
d |
|
) |
| |
|
constexpr |
◆ VOCAB1()
constexpr int32_t VOCAB1 |
( |
char |
a | ) |
|
|
constexpr |
◆ VOCAB2()
constexpr int32_t VOCAB2 |
( |
char |
a, |
|
|
char |
b |
|
) |
| |
|
constexpr |
◆ VOCAB3()
constexpr int32_t VOCAB3 |
( |
char |
a, |
|
|
char |
b, |
|
|
char |
c |
|
) |
| |
|
constexpr |
◆ VOCAB4()
constexpr int32_t VOCAB4 |
( |
char |
a, |
|
|
char |
b, |
|
|
char |
c, |
|
|
char |
d |
|
) |
| |
|
constexpr |