bring latest ant::ITriggerPipe to users scope
More...
#include <triggerpipe_intf.h>
Inherits adtf::ucom::ant::IObject.
|
|
| ~ITriggerPipe ()=default |
| | not destructable
|
| |
|
| ~IObject ()=default |
| | Protected destructor --> Only the final implementation can be destroyed!
|
| |
bring latest ant::ITriggerPipe to users scope
Interface a Trigger Pipe. A RunnerPipe is usually implemented as composition tree with the root item can be obtained by GetFirstItem. To create a pipe see adtf::streaming::ant::create_trigger_pipe .
- See also
- create_trigger_pipe
◆ Close()
| virtual tResult adtf::streaming::ant::ITriggerPipe::Close |
( |
| ) |
|
|
pure virtual |
Close and unregister every pipe item from its ITriggerPipeSource.
- Returns
- Standard Result Code.
◆ GetFirstItem()
Retrieves the first source item of the defined Trigger Pipe.
- Parameters
-
| [in,out] | pSubRu | Object Reference to retrieve the first pipe source item. |
- Returns
- Standard Result Code.
- Return values
-
| ERR_NOT_INITIALIZED | The first item is not set and the trigger pipe is empty. |
◆ GetName()
Gets the name of the Pipe.
- Parameters
-
| [out] | strName | name returned |
- Returns
- The result of the IString::Set call.
◆ Open()
| virtual tResult adtf::streaming::ant::ITriggerPipe::Open |
( |
| ) |
|
|
pure virtual |
The documentation for this class was generated from the following file: