Expand description
Typed access to the APRS configuration region of the memory image.
The APRS configuration occupies pages 0x0151+ in the MCP address
space. This includes the APRS message status header (256 bytes at
page 0x0151), followed by APRS messages, settings, and extended
configuration data.
§Offset confidence
The APRS region boundaries (page 0x0151 for the status header,
page 0x0152 for the data region) are confirmed from D74 development
notes. Individual field offsets within the data region are estimated
and marked with # Verification in the doc comments.
Structs§
- Aprs
Access - Read-only access to the APRS configuration region.
Constants§
- APRS_
DATA_ OFFSET - Byte offset of the APRS messages and settings region (
0x15200). - APRS_
END_ OFFSET - Estimated end of the APRS region (before D-STAR repeater list).
- APRS_
POSITION_ DATA_ OFFSET - Byte offset of the APRS/GPS position data region (
0x25100). - APRS_
POSITION_ DATA_ SIZE - Size of the APRS/GPS position data region in bytes.
- APRS_
STATUS_ OFFSET - Byte offset of the APRS message status header (
0x15100).