Class containing SVO data to be ingested/retrieved to/from SVO. More...
Functions | |
| str | get_content_as_string (self) |
| Get the content of the sl.SVOData as a string. More... | |
| str | set_string_content (self, str data) |
| Set the content of the sl.SVOData as a string. More... | |
| Timestamp | timestamp_ns (self) |
| Timestamp of the data. | |
| str | key (self) |
| Key of the data. | |
Class containing SVO data to be ingested/retrieved to/from SVO.
| str get_content_as_string | ( | self | ) |
Get the content of the sl.SVOData as a string.
| str set_string_content | ( | self, | |
| str | data | ||
| ) |
Set the content of the sl.SVOData as a string.
| data | The string data content to set. |