20 if (str.length() >= 1) {
22 if (str.length() >= 2) {
24 if (str.length() >= 3) {
26 if (str.length() >= 4) {
28 if (str.length() >= 5) {
30 if (str.length() >= 6) {
32 if (str.length() >= 7) {
34 if (str.length() >= 8) {
51 for (
int i = 0; i < 8; i++) {
A mini-server for performing network communication in the background.
NetInt64 encode64(const std::string &str)
Convert a string into a vocabulary identifier.
std::string decode64(NetInt64 code)
Convert a vocabulary identifier into a string.
An interface to the operating system, including Port based communication.
constexpr yarp::conf::vocab64_t createVocab64(char a, char b=0, char c=0, char d=0, char e=0, char f=0, char g=0, char h=0)
Create a vocab from chars.
std::int64_t NetInt64
Definition of the NetInt64 type.