Skip to main content

GraphRunPullOptions Struct

Declaration

struct simaai::neat::graph::GraphRunPullOptions { ... }

Included Headers

#include <GraphRun.h>

Public Member Attributes Index

intper_stream_target = 0
intstall_ms = 0
inttimeout_ms = 50
intmax_runtime_ms = -1
std::vector< std::string >stream_ids

Definition at line 74 of file GraphRun.h.

Public Member Attributes

max_runtime_ms

int simaai::neat::graph::GraphRunPullOptions::max_runtime_ms = -1

Definition at line 78 of file GraphRun.h.

78 int max_runtime_ms = -1;

per_stream_target

int simaai::neat::graph::GraphRunPullOptions::per_stream_target = 0

Definition at line 75 of file GraphRun.h.

stall_ms

int simaai::neat::graph::GraphRunPullOptions::stall_ms = 0

Definition at line 76 of file GraphRun.h.

76 int stall_ms = 0;

stream_ids

std::vector<std::string> simaai::neat::graph::GraphRunPullOptions::stream_ids

Definition at line 79 of file GraphRun.h.

79 std::vector<std::string> stream_ids;

timeout_ms

int simaai::neat::graph::GraphRunPullOptions::timeout_ms = 50

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.