Go to the source code of this file.
|
class | yarp::os::Bottle |
| A simple collection of objects that can be described and transmitted in a portable way. More...
|
|
|
| yarp |
| The main, catch-all namespace for YARP.
|
|
| yarp::os |
| An interface to the operating system, including Port based communication.
|
|
◆ BOTTLE_TAG_BLOB
#define BOTTLE_TAG_BLOB (4 + 8) |
◆ BOTTLE_TAG_DICT
#define BOTTLE_TAG_DICT 512 |
◆ BOTTLE_TAG_FLOAT32
#define BOTTLE_TAG_FLOAT32 128 |
◆ BOTTLE_TAG_FLOAT64
#define BOTTLE_TAG_FLOAT64 (2 + 8) |
◆ BOTTLE_TAG_INT16
#define BOTTLE_TAG_INT16 64 |
◆ BOTTLE_TAG_INT32
#define BOTTLE_TAG_INT32 1 |
◆ BOTTLE_TAG_INT64
#define BOTTLE_TAG_INT64 (1 + 16) |
◆ BOTTLE_TAG_INT8
#define BOTTLE_TAG_INT8 32 |
◆ BOTTLE_TAG_LIST
#define BOTTLE_TAG_LIST 256 |
◆ BOTTLE_TAG_STRING
#define BOTTLE_TAG_STRING (4) |
◆ BOTTLE_TAG_VOCAB
#define BOTTLE_TAG_VOCAB (1 + 8) |
◆ BOTTLE_TAG_DOUBLE
constexpr std::int32_t BOTTLE_TAG_DOUBLE = (2 + 8) |
|
constexpr |
◆ BOTTLE_TAG_INT
constexpr std::int32_t BOTTLE_TAG_INT = 1 |
|
constexpr |