Hint that a Data-In trigger should be created to trigger a Runner.
More...
|
std::string | m_strInputName |
|
Hint that a Data-In trigger should be created to trigger a Runner.
Definition at line 271 of file graph_object.h.
◆ cDataTriggerHint() [1/2]
Create a new hint.
- Parameters
-
[in] | strInputName | The prefered input that should trigger the runner. |
Definition at line 278 of file graph_object.h.
◆ cDataTriggerHint() [2/2]
Create a new hint with a list of inputs.
- Parameters
-
[in] | lstInputPinNames | The a vector of prefered inputs that should trigger the runner. |
Definition at line 287 of file graph_object.h.
◆ 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.