#include <graph_object.h>
Inherits adtf::filter::cGraphObject::cTriggerHint.
Hint that a Data-In trigger should be created to trigger a Runner.
◆ cDataTriggerHint() [1/2]
| adtf::filter::cGraphObject::cDataTriggerHint::cDataTriggerHint |
( |
const char * | strInputName | ) |
|
|
inline |
Create a new hint.
- Parameters
-
| [in] | strInputName | The prefered input that should trigger the runner. |
◆ cDataTriggerHint() [2/2]
| adtf::filter::cGraphObject::cDataTriggerHint::cDataTriggerHint |
( |
const std::vector< std::string > & | lstInputNames | ) |
|
|
inline |
Create a new hint with a list of inputs.
- Parameters
-
| [in] | lstInputPinNames | The a vector of prefered inputs that should trigger the runner. |
◆ GetInputName()
| const char * adtf::filter::cGraphObject::cDataTriggerHint::GetInputName |
( |
| ) |
const |
|
inline |
- Returns
- The name of the input that should trigger the runner.
The documentation for this class was generated from the following file: