#include <rom_version_manager.h>
Public Attributes | |
| bool | enable_auto_backup = true |
| int | auto_backup_interval_seconds = 300 |
| size_t | max_snapshots = 50 |
| size_t | max_storage_mb = 500 |
| bool | compress_snapshots = true |
| bool | enable_corruption_detection = true |
Definition at line 68 of file rom_version_manager.h.
| bool yaze::net::RomVersionManager::Config::enable_auto_backup = true |
Definition at line 69 of file rom_version_manager.h.
| int yaze::net::RomVersionManager::Config::auto_backup_interval_seconds = 300 |
Definition at line 70 of file rom_version_manager.h.
| size_t yaze::net::RomVersionManager::Config::max_snapshots = 50 |
Definition at line 71 of file rom_version_manager.h.
Referenced by yaze::net::RomVersionManager::CleanupOldSnapshots(), and yaze::net::RomVersionManager::CreateSnapshot().
| size_t yaze::net::RomVersionManager::Config::max_storage_mb = 500 |
Definition at line 72 of file rom_version_manager.h.
Referenced by yaze::net::RomVersionManager::CleanupOldSnapshots().
| bool yaze::net::RomVersionManager::Config::compress_snapshots = true |
Definition at line 73 of file rom_version_manager.h.
Referenced by yaze::net::RomVersionManager::CreateSnapshot(), and yaze::net::RomVersionManager::RestoreSnapshot().
| bool yaze::net::RomVersionManager::Config::enable_corruption_detection = true |
Definition at line 74 of file rom_version_manager.h.
Referenced by yaze::net::RomVersionManager::DetectCorruption().