ADTF  3.18.2
adtf::streaming::testing::hollow Namespace Reference

Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.7. More...

Classes

class  cErrorHandlingManager
 Utility Class that registers itself as global ADTF error handler and records all errors. More...
 

Functions

tResult trigger_runner (streaming::ant::IRuntimeBehaviour &oGraphObject, const char *strRunner, base::flash::tNanoSeconds tmTrigger=base::flash::tNanoSeconds{0})
 Trigger a runner of an object. More...
 

Detailed Description

Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.7.

Function Documentation

◆ trigger_runner()

tResult adtf::streaming::testing::hollow::trigger_runner ( streaming::ant::IRuntimeBehaviour oGraphObject,
const char *  strRunner,
base::flash::tNanoSeconds  tmTrigger = base::flash::tNanoSeconds{0} 
)

Trigger a runner of an object.

Parameters
[in]oGraphObjectThe object that contains the runner.
[in]strRunnerThe name of the runner.
[in]tmTriggerThe timestamp passed to the runner.
Returns
Standard result.