pub fn build_aprs_mice_with_message(
source: &Ax25Address,
latitude: f64,
longitude: f64,
speed_knots: u16,
course_deg: u16,
message: MiceMessage,
symbol_table: char,
symbol_code: char,
comment: &str,
path: &[Ax25Address],
) -> Vec<u8> ⓘExpand description
Build a Mic-E encoded APRS position report with a specific
MiceMessage status code.
Per APRS 1.0.1 §10.1 Table 10, the 8 standard codes are encoded in
the message bits of the first three destination characters. The
other Mic-E encoder entrypoint, build_aprs_mice, uses Off Duty
for backwards compatibility.