State Struct
Declaration
struct simaai::neat::graph::strict_sync::ReleasePacer::State { ... }
Public Member Attributes Index
| std::mutex | mu |
| std::condition_variable | cv |
| std::deque< simaai::neat::Sample > | queue |
| std::thread | worker |
| bool | stop = false |
| int64_t | next_release_ms = -1 |
| int64_t | enqueued = 0 |
| int64_t | sent = 0 |
| int64_t | dropped = 0 |
| int64_t | send_fail = 0 |
| int64_t | max_queue_depth = 0 |
Definition at line 140 of file StrictSync.h.
Public Member Attributes
cv
|
Definition at line 142 of file StrictSync.h.
142 std::condition_variable cv;
dropped
|
Definition at line 150 of file StrictSync.h.
150 int64_t dropped = 0;
enqueued
|
Definition at line 148 of file StrictSync.h.
148 int64_t enqueued = 0;
max_queue_depth
|
Definition at line 152 of file StrictSync.h.
152 int64_t max_queue_depth = 0;
mu
| mutable |
Definition at line 141 of file StrictSync.h.
141 mutable std::mutex mu;
next_release_ms
|
Definition at line 147 of file StrictSync.h.
147 int64_t next_release_ms = -1;
queue
|
Definition at line 143 of file StrictSync.h.
143 std::deque<simaai::neat::Sample> queue;
send_fail
|
Definition at line 151 of file StrictSync.h.
151 int64_t send_fail = 0;
sent
|
Definition at line 149 of file StrictSync.h.
149 int64_t sent = 0;
stop
|
Definition at line 145 of file StrictSync.h.
145 bool stop = false;
worker
|
Definition at line 144 of file StrictSync.h.
144 std::thread worker;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.1.