yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::automation::RomAutomationAPI::RomSnapshot Struct Reference

Snapshot of ROM state at a point in time. More...

#include <rom_automation_api.h>

Public Attributes

std::string name
 
std::string timestamp
 
std::vector< uint8_t > data
 
nlohmann::json metadata
 
bool compressed = false
 

Detailed Description

Snapshot of ROM state at a point in time.

Definition at line 69 of file rom_automation_api.h.

Member Data Documentation

◆ name

std::string yaze::cli::automation::RomAutomationAPI::RomSnapshot::name

Definition at line 70 of file rom_automation_api.h.

◆ timestamp

std::string yaze::cli::automation::RomAutomationAPI::RomSnapshot::timestamp

Definition at line 71 of file rom_automation_api.h.

◆ data

std::vector<uint8_t> yaze::cli::automation::RomAutomationAPI::RomSnapshot::data

Definition at line 72 of file rom_automation_api.h.

◆ metadata

nlohmann::json yaze::cli::automation::RomAutomationAPI::RomSnapshot::metadata

Definition at line 73 of file rom_automation_api.h.

◆ compressed

bool yaze::cli::automation::RomAutomationAPI::RomSnapshot::compressed = false

Definition at line 74 of file rom_automation_api.h.


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