Record of a ROM edit operation. More...
#include <agent_context.h>
Public Attributes | |
| uint32_t | address |
| std::vector< uint8_t > | old_value |
| std::vector< uint8_t > | new_value |
| std::string | description |
| std::chrono::system_clock::time_point | timestamp |
Record of a ROM edit operation.
Definition at line 29 of file agent_context.h.
| uint32_t yaze::cli::agent::RomEdit::address |
Definition at line 30 of file agent_context.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().
| std::vector<uint8_t> yaze::cli::agent::RomEdit::old_value |
Definition at line 31 of file agent_context.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().
| std::vector<uint8_t> yaze::cli::agent::RomEdit::new_value |
Definition at line 32 of file agent_context.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().
| std::string yaze::cli::agent::RomEdit::description |
Definition at line 33 of file agent_context.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().
| std::chrono::system_clock::time_point yaze::cli::agent::RomEdit::timestamp |
Definition at line 34 of file agent_context.h.
Referenced by yaze::cli::agent::tools::ProjectSnapshot::LoadFromFile().