Callbacks for ROM sync operations. More...
#include <agent_state.h>
Public Attributes | |
| std::function< absl::StatusOr< std::string >()> | generate_rom_diff |
| std::function< absl::Status(const std::string &, const std::string &) | apply_rom_diff ) |
| std::function< std::string()> | get_rom_hash |
Callbacks for ROM sync operations.
Definition at line 502 of file agent_state.h.
| std::function<absl::StatusOr<std::string>()> yaze::editor::RomSyncCallbacks::generate_rom_diff |
Definition at line 503 of file agent_state.h.
Referenced by yaze::editor::AgentRomSyncPanel::Draw().
| std::function<absl::Status(const std::string&, const std::string&) yaze::editor::RomSyncCallbacks::apply_rom_diff) |
Definition at line 505 of file agent_state.h.
| std::function<std::string()> yaze::editor::RomSyncCallbacks::get_rom_hash |
Definition at line 506 of file agent_state.h.
Referenced by yaze::editor::AgentRomSyncPanel::Draw().