State for ROM synchronization. More...
#include <agent_state.h>
Public Attributes | |
| std::string | current_rom_hash |
| absl::Time | last_sync_time = absl::InfinitePast() |
| bool | auto_sync_enabled = false |
| int | sync_interval_seconds = 30 |
| std::vector< std::string > | pending_syncs |
State for ROM synchronization.
Definition at line 212 of file agent_state.h.
| std::string yaze::editor::RomSyncState::current_rom_hash |
Definition at line 213 of file agent_state.h.
| absl::Time yaze::editor::RomSyncState::last_sync_time = absl::InfinitePast() |
Definition at line 214 of file agent_state.h.
| bool yaze::editor::RomSyncState::auto_sync_enabled = false |
Definition at line 215 of file agent_state.h.
| int yaze::editor::RomSyncState::sync_interval_seconds = 30 |
Definition at line 216 of file agent_state.h.
| std::vector<std::string> yaze::editor::RomSyncState::pending_syncs |
Definition at line 217 of file agent_state.h.