Broadcast Navigation Data Subframe. More...
Data Fields | |
uint8_t | chn |
The tracking channel number the message was received on. | |
std::vector< uint32_t > | dwrd |
The data words. | |
uint8_t | freqId |
Only used for GLONASS: This is the frequency slot + 7 (range from 0 to 13) | |
uint8_t | gnssId |
GNSS identifier (see Satellite Numbering) | |
uint8_t | numWords |
The number of data words contained in this message (0..16) | |
uint8_t | reserved0 |
Reserved. | |
uint8_t | sigId |
Signal identifier. | |
uint8_t | svId |
Satellite identifier (see Satellite Numbering) | |
uint8_t | version |
Message version (0x01 for this version) | |
Broadcast Navigation Data Subframe.
This message reports a complete subframe of broadcast navigation data decoded from a single signal. The number of data words reported in each message depends on the nature of the signal. See the section on Broadcast Navigation Data for further details.
Definition at line 706 of file UbloxTypes.hpp.
uint8_t NAV::vendor::ublox::UbxRxmSfrbx::chn |
The tracking channel number the message was received on.
Definition at line 713 of file UbloxTypes.hpp.
std::vector<uint32_t> NAV::vendor::ublox::UbxRxmSfrbx::dwrd |
The data words.
Definition at line 716 of file UbloxTypes.hpp.
uint8_t NAV::vendor::ublox::UbxRxmSfrbx::freqId |
Only used for GLONASS: This is the frequency slot + 7 (range from 0 to 13)
Definition at line 711 of file UbloxTypes.hpp.
uint8_t NAV::vendor::ublox::UbxRxmSfrbx::gnssId |
GNSS identifier (see Satellite Numbering)
Definition at line 708 of file UbloxTypes.hpp.
uint8_t NAV::vendor::ublox::UbxRxmSfrbx::numWords |
The number of data words contained in this message (0..16)
Definition at line 712 of file UbloxTypes.hpp.
uint8_t NAV::vendor::ublox::UbxRxmSfrbx::reserved0 |
Reserved.
Definition at line 715 of file UbloxTypes.hpp.
uint8_t NAV::vendor::ublox::UbxRxmSfrbx::sigId |
Signal identifier.
Definition at line 710 of file UbloxTypes.hpp.
uint8_t NAV::vendor::ublox::UbxRxmSfrbx::svId |
Satellite identifier (see Satellite Numbering)
Definition at line 709 of file UbloxTypes.hpp.
uint8_t NAV::vendor::ublox::UbxRxmSfrbx::version |
Message version (0x01 for this version)
Definition at line 714 of file UbloxTypes.hpp.