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 |
| Key used to retrieve the data stored into SVOData's content. | |
| int | key_size |
| Size of the key. | |
| 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. | |
| uint64_t | timestamp_ns |
| Timestamp of the data. | |
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.