The RuntimeBehaviour interface is to clearly define a filters running entry points (IRunner) and their interconnection to each other (ITriggerPipe).
More...
The RuntimeBehaviour interface is to clearly define a filters running entry points (IRunner) and their interconnection to each other (ITriggerPipe).
Definition at line 21 of file runtime_behaviour_intf.h.
◆ 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()