ADTF  3.18.2
triggerpipe_intf.h File Reference

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...
 

Detailed Description

Copyright © Audi Electronics Venture GmbH.

All rights reserved

Definition in file triggerpipe_intf.h.

Function Documentation

◆ has_trigger_parent()

bool adtf::streaming::riddler::has_trigger_parent ( const ObjectType *  pChild)
inline

Checks whether the object has a parent trigger item or not.

Parameters
[in]pChildThe child to check a parent for.
Returns
Whether the object has a parent trigger item or not.

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().