rtcm-rs 0.11.0

Encoding/decoding of RTCM v. 3
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
msg!(
    id: msg1014,
    type_name: Msg1014T,
    fields: [
        (network_id,df_u8),
        (subnetwork_id,df_u4),
        (aux_stations_n,df_u5),
        (ma_reference_station_id,df_u12),
        (aux_reference_station_id,df_u12),
        (aux_ma_delta_latitude_deg,df062),
        (aux_ma_delta_longitude_deg,df063),
        (aux_ma_delta_heigth_m,df064)
    ],
);