Functions | |
SVOData (std::string &key_, std::vector< uint8_t > &content_, sl::Timestamp timestamp_ns_=0) | |
SVOData () | |
bool | setContent (const std::string &s) |
Set a std::string into the SVOData's content. More... | |
bool | getContent (std::string &s) const |
Retrieve the SVOData content as a std::string. More... | |
Attributes | |
std::string | key |
sl::Timestamp | timestamp_ns = 0 |
std::vector< uint8_t > | content |
|
inline |
|
inline |
|
inline |
Set a std::string into the SVOData's content.
|
inline |
Retrieve the SVOData content as a std::string.
std::string key |
sl::Timestamp timestamp_ns = 0 |
std::vector<uint8_t> content |