17 class ITriggerPipeItem;
Copyright © Audi Electronics Venture GmbH.
Copyright © Audi Electronics Venture GmbH.
A common result class usable as return value throughout.
The Runnable interface defines common methods for a running component.
The IString interface provides methods for getting and setting strings through abstract interfaces.
Interface a Trigger Pipe.
virtual tResult Open()=0
Opens and register every added pipe items.
virtual tResult GetFirstItem(adtf::ucom::ant::iobject_ptr< const ITriggerPipeSource > &pSubRu) const =0
Retrieves the first source item of the defined Trigger Pipe.
ADTF_IID(ITriggerPipe, "trigger_pipe.ant.streaming.adtf.iid")
Definiton of interface id.
~ITriggerPipe()=default
not destructable
virtual tResult Close()=0
Close and unregister every pipe item from its ITriggerPipeSource.
virtual tResult GetName(adtf::base::ant::IString &&strName) const =0
Gets the name of the Pipe.
Interface for objects which can participate a ITriggerPipe.
~ITriggerPipeItem()=default
not destructable
ADTF_IID(ITriggerPipeItem, "trigger_pipe_item.ant.streaming.adtf.iid")
Definition of interface ID.
Interface that defines a TriggerPipeSource, which is able to send a Run (RUN::TIrgger) call to the re...
virtual tResult ChangePriority(const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun, tPriority ui32Prio)=0
Changes the priority of the pSubRun.
virtual tResult RegisterSubItem(const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun, tPriority ui32Prio)=0
Registers the pSubRun as SubItem of the source.
virtual tResult GetSubItems(adtf::ucom::ant::iobject_enum< const ITriggerPipeItem > &lstSubItems) const =0
Retrieves a list of the registered Items.
virtual tResult UnregisterSubItem(const adtf::ucom::ant::iobject_ptr< ITriggerPipeItem > &pSubRun)=0
Unregisters the pSubRun from the source.
~ITriggerPipeSource()=default
not destructable
ADTF_IID(ITriggerPipeSource, "trigger_pipe_source.ant.streaming.adtf.iid")
definiton of interface id
tPriority
Priority used for the order of ITriggerPipeItem::Run calls.
@ Highest
Highest Priority.
@ AboveNormal
Above Normal Priority.
@ BelowNormal
Below Normal Priority.
@ Invalid
Invalid Priority.
Base class for every interface type within the uCOM.
Interface definition for a container of objects.
Base object pointer to realize binary compatible reference counting in interface methods.
Namespace for entire ADTF SDK.