Ember
Loading...
Searching...
No Matches
Ember::Network::StateManager::TickSnapshot Struct Reference

#include <StateManager.h>

Public Attributes

int64_t tick_number = 0
int64_t timestamp_ms = 0
std::unordered_map< int64_t, NodeStatusstates
std::vector< int64_t > execution_path

Detailed Description

Definition at line 22 of file StateManager.h.

Member Data Documentation

◆ execution_path

std::vector<int64_t> Ember::Network::StateManager::TickSnapshot::execution_path

Definition at line 26 of file StateManager.h.

◆ states

std::unordered_map<int64_t, NodeStatus> Ember::Network::StateManager::TickSnapshot::states

Definition at line 25 of file StateManager.h.

◆ tick_number

int64_t Ember::Network::StateManager::TickSnapshot::tick_number = 0

Definition at line 23 of file StateManager.h.

◆ timestamp_ms

int64_t Ember::Network::StateManager::TickSnapshot::timestamp_ms = 0

Definition at line 24 of file StateManager.h.


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