brings the latest ant::IRuntimeBehaviour to users scope
More...
#include <runtime_behaviour_intf.h>
Inherited by adtf::streaming::ant::IFilter.
|
|
| ~IRuntimeBehaviour ()=default |
| | not destructable
|
| |
brings the latest ant::IRuntimeBehaviour to users scope
The RuntimeBehaviour interface is to clearly define a filters running entry points (IRunner) and their interconnection to each other (ITriggerPipe).
◆ FindRunner()
Find a Runner with the name of strName (only const access)
- Parameters
-
| strName | [in] Pointer to a string that identifies the pin that searches for. Call the IRunner::GetName method to retrieve a runner's identifier. |
| pRunner | [out] contains the runner if found. |
- Returns
- Returns a standard result code.
- Return values
-
| ERR_NOT_FOUND | Runner with the given name strName not found. |
◆ GetInnerPipes()
Returns the current internal TriggerPipes.
- Parameters
-
| [out] | lstInnerTriggerPipes | object_list where to push the triggerpipes to. |
- Returns
- Returns a standard result code.
◆ GetRunners()
Returns the current Runners.
- Parameters
-
| [out] | lstRunners | object_list where to push the runners to. |
- Returns
- Returns a standard result code.
The documentation for this class was generated from the following file: