Struct for the SBF block "ChannelStatus". More...
#include <sbf_structs.hpp>
Public Attributes | |
| BlockHeader_t | block_header |
| uint8_t | data [SBF_CHANNELSTATUS_DATA_LENGTH] |
| uint8_t | n |
| uint8_t | reserved [3] |
| uint8_t | sb1_size |
| uint8_t | sb2_size |
| uint32_t | tow |
| uint16_t | wnc |
Struct for the SBF block "ChannelStatus".
Definition at line 296 of file sbf_structs.hpp.
| BlockHeader_t ChannelStatus::block_header |
Definition at line 298 of file sbf_structs.hpp.
| uint8_t ChannelStatus::data[SBF_CHANNELSTATUS_DATA_LENGTH] |
Definition at line 308 of file sbf_structs.hpp.
| uint8_t ChannelStatus::n |
Definition at line 304 of file sbf_structs.hpp.
| uint8_t ChannelStatus::reserved[3] |
Definition at line 307 of file sbf_structs.hpp.
| uint8_t ChannelStatus::sb1_size |
Definition at line 305 of file sbf_structs.hpp.
| uint8_t ChannelStatus::sb2_size |
Definition at line 306 of file sbf_structs.hpp.
| uint32_t ChannelStatus::tow |
Definition at line 301 of file sbf_structs.hpp.
| uint16_t ChannelStatus::wnc |
Definition at line 302 of file sbf_structs.hpp.