build_aprs_item_packet

Function build_aprs_item_packet 

Source
pub fn build_aprs_item_packet(
    source: &Ax25Address,
    name: &str,
    live: bool,
    lat: f64,
    lon: f64,
    symbol_table: char,
    symbol_code: char,
    comment: &str,
    path: &[Ax25Address],
) -> Ax25Packet
Expand description

Like build_aprs_item but returns the unencoded [Ax25Packet].