|
YARP
Yet Another Robot Platform
|
|
Go to the documentation of this file.
20 if (str.length() >= 1) {
22 if (str.length() >= 2) {
24 if (str.length() >= 3) {
26 if (str.length() >= 4) {
39 for (
int i = 0; i < 4; i++) {
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.
NetInt32 encode(const std::string &str)
Convert a string into a vocabulary identifier.
An interface to the operating system, including Port based communication.
std::int32_t NetInt32
Definition of the NetInt32 type.