Module aprs

Module aprs 

Source
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§

AprsAccess
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).