yaze 0.3.2
Link to the Past ROM Editor
 
Loading...
Searching...
No Matches
yaze::cli::agent::tools::MemoryRegionInfo Struct Reference

Memory region descriptor for AI-friendly output. More...

#include <memory_inspector_tool.h>

Public Attributes

std::string name
 
std::string description
 
uint32_t start_address
 
uint32_t end_address
 
std::string data_type
 

Detailed Description

Memory region descriptor for AI-friendly output.

Definition at line 90 of file memory_inspector_tool.h.

Member Data Documentation

◆ name

std::string yaze::cli::agent::tools::MemoryRegionInfo::name

Definition at line 91 of file memory_inspector_tool.h.

◆ description

std::string yaze::cli::agent::tools::MemoryRegionInfo::description

Definition at line 92 of file memory_inspector_tool.h.

◆ start_address

uint32_t yaze::cli::agent::tools::MemoryRegionInfo::start_address

Definition at line 93 of file memory_inspector_tool.h.

◆ end_address

uint32_t yaze::cli::agent::tools::MemoryRegionInfo::end_address

Definition at line 94 of file memory_inspector_tool.h.

◆ data_type

std::string yaze::cli::agent::tools::MemoryRegionInfo::data_type

Definition at line 95 of file memory_inspector_tool.h.


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