pub fn build_aprs_object_with_timestamp_packet(
source: &Ax25Address,
name: &str,
live: bool,
timestamp: AprsTimestamp,
latitude: f64,
longitude: f64,
symbol_table: char,
symbol_code: char,
comment: &str,
path: &[Ax25Address],
) -> Ax25PacketExpand description
Like build_aprs_object_with_timestamp but returns the unencoded
[Ax25Packet] for callers that want to inspect or route it.