Skip to main content

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_tstream_idx = 0

Index of the originating stream. More...

int64_tframe_id = -1

Frame id this token refers to. More...

int64_tenqueued_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

int64_t simaai::neat::graph::strict_sync::YoloTokenStore::OrderedToken::enqueued_ms = 0

Wall-clock time (ms) the token was enqueued.

Definition at line 106 of file StrictSync.h.

106 int64_t enqueued_ms = 0;

frame_id

int64_t simaai::neat::graph::strict_sync::YoloTokenStore::OrderedToken::frame_id = -1

Frame id this token refers to.

Definition at line 105 of file StrictSync.h.

105 int64_t frame_id = -1;

stream_idx

size_t simaai::neat::graph::strict_sync::YoloTokenStore::OrderedToken::stream_idx = 0

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.