build_aprs_position_weather_packet

Function build_aprs_position_weather_packet 

Source
pub fn build_aprs_position_weather_packet(
    source: &Ax25Address,
    latitude: f64,
    longitude: f64,
    symbol_table: char,
    weather: &AprsWeather,
    path: &[Ax25Address],
) -> Ax25Packet
Expand description

Like build_aprs_position_weather but returns the unencoded [Ax25Packet].