Namespace for all functionality of the ADTF Streaming SDK provided since v3.6.
More...
Namespace for all functionality of the ADTF Streaming SDK provided since v3.6.
◆ get_sample_time()
Returns the sample timestamp with nanosecond precision.
This will check if the sample supports nanosecond precision (via adtf::streaming::flash::ISample) and convert the microseconds timestamp if not.
- Parameters
-
- Returns
- The timestamp.
◆ set_description()
◆ set_editor()
Sets graph element editor information.
- See also
- adtf::filter::flash::cGraphObject::SetEditor()
- Parameters
-
[in] | oConfig | The configuration instance where the name and url will be stored |
[in] | strName | The name of the editor. |
[in] | strUrl | The url to the editor (a qml file). |
- Returns
- Standard result.
◆ set_editors()
void adtf::streaming::giant::set_editors |
( |
base::ant::IConfiguration & |
oConfig, |
|
|
const std::vector< std::pair< std::string, std::string >> & |
oEditors |
|
) |
| |
Sets multiple graph element editors.
- See also
- adtf::filter::flash::cGraphObject::SetEditor()
- Parameters
-
[in] | oConfig | The configuration instance where the names and urls will be stored |
[in] | oEditors | Pairs of names and urls of the editors. |
- Returns
- Standard result.
◆ set_sample_time() [1/2]
Sets the sample timestamp with nanosecond precision.
This will check if the sample supports nanosecond precision (via adtf::streaming::flash::ISample) and convert the timestamp to microseconds if not.
- Parameters
-
oSample | The sample. |
tmTimeStamp | The timestamp. |
◆ set_sample_time() [2/2]
Sets the sample timestamp with nanosecond precision.
This will check if the sample supports nanosecond precision (via adtf::streaming::flash::ISample) and convert the timestamp to microseconds if not.
- Parameters
-
pSample | The sample. |
tmTimeStamp | The timestamp. |