Skip to main content

State Struct

Per-stream internal state: token queue plus counters. More...

Declaration

struct simaai::neat::graph::strict_sync::YoloTokenStore::State { ... }

Public Member Attributes Index

std::mutexmu

Guards the per-stream state. More...

std::deque< Token >q

FIFO of tokens awaiting a matching frame. More...

Statsstats

Per-stream counters. More...

Description

Per-stream internal state: token queue plus counters.

Definition at line 132 of file StrictSync.h.

Public Member Attributes

mu

std::mutex simaai::neat::graph::strict_sync::YoloTokenStore::State::mu
mutable

Guards the per-stream state.

Definition at line 133 of file StrictSync.h.

133 mutable std::mutex mu;

q

std::deque<Token> simaai::neat::graph::strict_sync::YoloTokenStore::State::q

FIFO of tokens awaiting a matching frame.

Definition at line 134 of file StrictSync.h.

134 std::deque<Token> q;

stats

Stats simaai::neat::graph::strict_sync::YoloTokenStore::State::stats

Per-stream counters.

Definition at line 135 of file StrictSync.h.

135 Stats stats;

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


Generated via doxygen2docusaurus 2.0.0 by Doxygen 1.9.8.