OrderedToken Struct
Globally-ordered token: same as Token plus the originating stream index. More...
Declaration
struct simaai::neat::graph::strict_sync::YoloTokenStore::OrderedToken { ... }
Included Headers
#include <StrictSync.h>
Public Member Attributes Index
| size_t | stream_idx = 0 |
|
Index of the originating stream. More... | |
| int64_t | frame_id = -1 |
|
Frame id this token refers to. More... | |
| int64_t | enqueued_ms = 0 |
|
Wall-clock time (ms) the token was enqueued. More... | |
Description
Globally-ordered token: same as Token plus the originating stream index.
Definition at line 103 of file StrictSync.h.
Public Member Attributes
enqueued_ms
|
Wall-clock time (ms) the token was enqueued.
Definition at line 106 of file StrictSync.h.
106 int64_t enqueued_ms = 0;
frame_id
|
Frame id this token refers to.
Definition at line 105 of file StrictSync.h.
stream_idx
|
Index of the originating stream.
Definition at line 104 of file StrictSync.h.
104 size_t stream_idx = 0;
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.