build_aprs_object_with_timestamp_packet

Function build_aprs_object_with_timestamp_packet 

Source
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],
) -> Ax25Packet
Expand description

Like build_aprs_object_with_timestamp but returns the unencoded [Ax25Packet] for callers that want to inspect or route it.