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
msg!(
    id: msg1033,
    type_name: Msg1033T,
    fields: [
        (reference_station_id, df003),
        (antenna_descriptor_str, df_desc_str_w_len_u8),
        (antenna_setup_id, df031),
        (antenna_serial_number_str, df_desc_str_w_len_u8),
        (receiver_type_descriptor_str, df_desc_str_w_len_u8),
        (receiver_firmware_version_str, df_desc_str_w_len_u8),
        (receiver_serial_number_str, df_desc_str_w_len_u8)
    ],
);