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... | |
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 | |
namespace | adtf |
Namespace for entire ADTF SDK. | |
namespace | adtf::streaming |
Namespace for the ADTF Streaming SDK. | |
namespace | adtf::streaming::ant |
Namespace for all functionality of the ADTF Streaming SDK provided since v3.0. | |
namespace | 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. | |
template<typename ObjectType> | |
bool | has_trigger_parent (const ObjectType *pChild) |
bring latest riddler::has_parent to users scope | |
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::ucom::make_function(), RETURN_ERROR, THROW_ERROR_DESC, and adtf::ucom::ucom_cast().