ADTF
3.16.0
|
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... | |
Namespace for all testing functionality of the ADTF Streaming SDK provided since v3.7.
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.
[in] | oGraphObject | The object that contains the runner. |
[in] | strRunner | The name of the runner. |
[in] | tmTrigger | The timestamp passed to the runner. |