GraphRunPullOptions Struct
Declaration
struct simaai::neat::graph::GraphRunPullOptions { ... }
Included Headers
#include <GraphRun.h>
Public Member Attributes Index
| int | per_stream_target = 0 |
| int | stall_ms = 0 |
| int | timeout_ms = 50 |
| int | max_runtime_ms = -1 |
| std::vector< std::string > | stream_ids |
Definition at line 74 of file GraphRun.h.
Public Member Attributes
max_runtime_ms
|
Definition at line 78 of file GraphRun.h.
78 int max_runtime_ms = -1;
per_stream_target
|
Definition at line 75 of file GraphRun.h.
75 int per_stream_target = 0;
stall_ms
|
Definition at line 76 of file GraphRun.h.
stream_ids
|
Definition at line 79 of file GraphRun.h.
79 std::vector<std::string> stream_ids;
timeout_ms
|
Definition at line 77 of file GraphRun.h.
77 int timeout_ms = 50;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.