Skip to main content

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_tframe_id = -1

Frame id this token refers to. More...

int64_tenqueued_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

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

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

Definition at line 99 of file StrictSync.h.

99 int64_t enqueued_ms = 0;

frame_id

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

Frame id this token refers to.

Definition at line 98 of file StrictSync.h.

98 int64_t frame_id = -1;

The documentation for this struct was generated from the following file:


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.