ADTF  3.18.2
cGraphObject::cTimerTriggerHint

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

Inheritance diagram for cGraphObject::cTimerTriggerHint:
[legend]

Public Member Functions

 cTimerTriggerHint (base::flash::tNanoSeconds tmInterval)
 Constructor that initializes the hint with the prefered timer interval. More...
 
 cTimerTriggerHint (tTimeStamp tmInterval)
 Constructor that initializes the hint with the prefered timer interval. More...
 
base::flash::tNanoSeconds GetInterval () const
 

Private Attributes

base::flash::tNanoSeconds m_tmInterval
 

Detailed Description

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

Definition at line 235 of file graph_object.h.

Constructor & Destructor Documentation

◆ cTimerTriggerHint() [1/2]

Constructor that initializes the hint with the prefered timer interval.

Parameters
[in]tmIntervalThe prefered timer interval.

Definition at line 242 of file graph_object.h.

◆ cTimerTriggerHint() [2/2]

cTimerTriggerHint ( tTimeStamp  tmInterval)
inline

Constructor that initializes the hint with the prefered timer interval.

Parameters
[in]tmIntervalThe prefered timer interval.

Definition at line 251 of file graph_object.h.

Member Function Documentation

◆ GetInterval()

base::flash::tNanoSeconds GetInterval ( ) const
inline
Returns
The prefered timer interval.

Definition at line 259 of file graph_object.h.