ADTF  3.18.2
cGraphObject::cDataTriggerHint

Hint that a Data-In trigger should be created to trigger a Runner. More...

Inheritance diagram for cGraphObject::cDataTriggerHint:
[legend]

Public Member Functions

 cDataTriggerHint (const char *strInputName)
 Create a new hint. More...
 
 cDataTriggerHint (const std::vector< std::string > &lstInputNames)
 Create a new hint with a list of inputs. More...
 
const char * GetInputName () const
 

Private Attributes

std::string m_strInputName
 

Detailed Description

Hint that a Data-In trigger should be created to trigger a Runner.

Definition at line 271 of file graph_object.h.

Constructor & Destructor Documentation

◆ cDataTriggerHint() [1/2]

cDataTriggerHint ( const char *  strInputName)
inline

Create a new hint.

Parameters
[in]strInputNameThe prefered input that should trigger the runner.

Definition at line 278 of file graph_object.h.

◆ cDataTriggerHint() [2/2]

cDataTriggerHint ( const std::vector< std::string > &  lstInputNames)
inline

Create a new hint with a list of inputs.

Parameters
[in]lstInputPinNamesThe a vector of prefered inputs that should trigger the runner.

Definition at line 287 of file graph_object.h.

Member Function Documentation

◆ GetInputName()

const char* GetInputName ( ) const
inline
Returns
The name of the input that should trigger the runner.

Definition at line 298 of file graph_object.h.