Define an abstract representation of the IExecutionGraph parameters with some prefilled fields. More...
#include <execution-graph.hpp>
Public Member Functions | |
virtual | ~ExecutionGraphParameters ()=default |
Data Fields | |
std::string | name |
uint64_t | timeout = 100 |
Define an abstract representation of the IExecutionGraph parameters with some prefilled fields.
|
virtualdefault |
Virtual destructor required for the inheritance
std::string cynq::ExecutionGraphParameters::name |
Name of the stream
uint64_t cynq::ExecutionGraphParameters::timeout = 100 |
Timeout in microseconds: time waited until having a new element before checking again. It has low impact