pub async fn gis_position_push(
    icao: u32,
    lat_cpr: u32,
    lon_cpr: u32,
    alt: u16,
    odd_flag: CPRFormat,
    pool: RedisPool,
    ring: Arc<Mutex<VecDeque<AircraftPosition>>>
) -> Result<(), ()>
Expand description

Pushes a position telemetry message to the ring buffer