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