SVOData Class Reference

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.
 

Detailed Description

Class containing SVO data to be ingested/retrieved to/from SVO.

Functions

◆ get_content_as_string()

str get_content_as_string (   self)

Get the content of the sl.SVOData as a string.

Returns
The content of the sl.SVOData as a string.

◆ set_string_content()

str set_string_content (   self,
str  data 
)

Set the content of the sl.SVOData as a string.

Parameters
dataThe string data content to set.