pub fn parse_aprs_object(info: &[u8]) -> Result<AprsObject, AprsError>Expand description
Parse an APRS object report (;name_____*DDHHMMzpos...).
ยงErrors
Returns AprsError::InvalidFormat if the info field is shorter
than 27 bytes, is missing the leading ;, has an invalid live/killed
flag, or has malformed position data.