![]() |
Ember
|
#include <StateManager.h>
Public Attributes | |
| int64_t | tick_number = 0 |
| int64_t | timestamp_ms = 0 |
| std::unordered_map< int64_t, NodeStatus > | states |
| std::vector< int64_t > | execution_path |
Definition at line 22 of file StateManager.h.
| std::vector<int64_t> Ember::Network::StateManager::TickSnapshot::execution_path |
Definition at line 26 of file StateManager.h.
| std::unordered_map<int64_t, NodeStatus> Ember::Network::StateManager::TickSnapshot::states |
Definition at line 25 of file StateManager.h.
| int64_t Ember::Network::StateManager::TickSnapshot::tick_number = 0 |
Definition at line 23 of file StateManager.h.
| int64_t Ember::Network::StateManager::TickSnapshot::timestamp_ms = 0 |
Definition at line 24 of file StateManager.h.