Structure containing data that can be stored in and retrieved from SVOs. That information will be ingested with sl_ingest_data_into_svo and retrieved with sl_retrieve_svo_data. More...
Data Fields | |
char | key [128] |
Key used to retrieve the data stored into SVOData's content. | |
unsigned long long | timestamp_ns |
Timestamp of the data. | |
char * | content |
content stored as SVOData. Allow any type of content, including raw data like compressed images or JSON. | |
int | content_size |
Size of the content. | |
Structure containing data that can be stored in and retrieved from SVOs. That information will be ingested with sl_ingest_data_into_svo and retrieved with sl_retrieve_svo_data.