yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::editor::RomSyncState Struct Reference

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
 

Detailed Description

State for ROM synchronization.

Definition at line 212 of file agent_state.h.

Member Data Documentation

◆ current_rom_hash

std::string yaze::editor::RomSyncState::current_rom_hash

Definition at line 213 of file agent_state.h.

◆ last_sync_time

absl::Time yaze::editor::RomSyncState::last_sync_time = absl::InfinitePast()

Definition at line 214 of file agent_state.h.

◆ auto_sync_enabled

bool yaze::editor::RomSyncState::auto_sync_enabled = false

Definition at line 215 of file agent_state.h.

◆ sync_interval_seconds

int yaze::editor::RomSyncState::sync_interval_seconds = 30

Definition at line 216 of file agent_state.h.

◆ pending_syncs

std::vector<std::string> yaze::editor::RomSyncState::pending_syncs

Definition at line 217 of file agent_state.h.


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