Token Struct
Per-stream token: a frame_id plus the time it was enqueued. More...
Declaration
struct simaai::neat::graph::strict_sync::YoloTokenStore::Token { ... }
Included Headers
#include <StrictSync.h>
Public Member Attributes Index
| 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
Per-stream token: a frame_id plus the time it was enqueued.
Definition at line 97 of file StrictSync.h.
Public Member Attributes
enqueued_ms
|
Wall-clock time (ms) the token was enqueued.
Definition at line 99 of file StrictSync.h.
99 int64_t enqueued_ms = 0;
frame_id
|
Frame id this token refers to.
Definition at line 98 of file StrictSync.h.
The documentation for this struct was generated from the following file:
Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.