ADTF
Loading...
Searching...
No Matches
triggerpipe_intf.h File Reference
Include dependency graph for triggerpipe_intf.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  adtf::streaming::ant::ITriggerPipeSource
 
class  adtf::streaming::ant::ITriggerPipeItem
 
class  adtf::streaming::ant::ITriggerPipe
 
class  adtf::streaming::quiet::ITriggerPipeHierachy
 
class  adtf::streaming::ITriggerPipeSource
 bring latest ant::ITriggerPipeSource to users scope More...
 
class  adtf::streaming::ITriggerPipeItem
 bring latest ant::ITriggerPipeItem to users scope More...
 
class  adtf::streaming::ITriggerPipe
 bring latest ant::ITriggerPipe to users scope More...
 
class  adtf::streaming::ITriggerPipeHierachy
 bring latest quiet::ITriggerPipeHierachy to users scope More...
 

Namespaces

namespace  adtf
 Namespace for all functionality provided by ADTF and its SDKs.
 
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 adtf::streaming::riddler::has_trigger_parent (const ObjectType *pChild)
 Checks whether the object has a parent trigger item or not.
 
template<typename ObjectType>
bool adtf::streaming::has_trigger_parent (const ObjectType *pChild)
 bring latest riddler::has_parent to users scope
 

Detailed Description

Copyright © Audi Electronics Venture GmbH. All rights reserved

Function Documentation

◆ has_trigger_parent()

template<typename ObjectType>
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.