ADTF  3.18.2
cGraphObject::cThreadTriggerHint

Hint that a thread Active Runner should be used to trigger a Runner. More...

Inheritance diagram for cGraphObject::cThreadTriggerHint:
[legend]

Public Member Functions

 cThreadTriggerHint (bool bCyclic=true)
 Constructor that initializes the hint with the information if the thread runner should be cyclic or not. More...
 
bool GetCyclic () const
 

Private Attributes

bool m_bCyclic
 

Detailed Description

Hint that a thread Active Runner should be used to trigger a Runner.

Definition at line 207 of file graph_object.h.

Constructor & Destructor Documentation

◆ cThreadTriggerHint()

cThreadTriggerHint ( bool  bCyclic = true)
inline

Constructor that initializes the hint with the information if the thread runner should be cyclic or not.

Parameters
[in]bCyclicIf the thread runner should be cyclic or not.

Definition at line 215 of file graph_object.h.

Member Function Documentation

◆ GetCyclic()

bool GetCyclic ( ) const
inline
Returns
If the thread runner should be cyclic or not.

Definition at line 223 of file graph_object.h.