ADTF
|
Copyright © Audi Electronics Venture GmbH. More...
Go to the source code of this file.
Classes | |
class | ITriggerPipeSource |
Interface that defines a TriggerPipeSource, which is able to send a Run (RUN::TIrgger) call to the registered TriggerPipeItems. More... | |
class | ITriggerPipeItem |
Interface for objects which can participate a ITriggerPipe. More... | |
class | ITriggerPipe |
Interface a Trigger Pipe. More... | |
class | ITriggerPipeHierachy |
Interface for accessing the parent of a trigger pipe item. More... | |
Namespaces | |
adtf | |
Namespace for entire ADTF SDK. | |
adtf::streaming | |
Namespace for the ADTF Streaming SDK. | |
adtf::streaming::ant | |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0. | |
adtf::streaming::quiet | |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.16. | |
Functions | |
template<typename ObjectType > | |
bool | has_trigger_parent (const ObjectType *pChild) |
Checks whether the object has a parent trigger item or not. More... | |
Copyright © Audi Electronics Venture GmbH.
All rights reserved
Definition in file triggerpipe_intf.h.
|
inline |
Checks whether the object has a parent trigger item or not.
[in] | pChild | The child to check a parent for. |
Definition at line 209 of file triggerpipe_intf.h.
References adtf::streaming::riddler::has_trigger_parent(), adtf::ucom::nitro::make_function(), RETURN_ERROR, and THROW_ERROR_DESC.
Referenced by adtf::streaming::riddler::has_trigger_parent().