ROSaic
|
Struct for the SBF block "ChannelStatus". More...
#include <sbf_structs.hpp>
Data Fields | |
BlockHeader_t | block_header |
uint32_t | tow |
uint16_t | wnc |
uint8_t | n |
uint8_t | sb1_size |
uint8_t | sb2_size |
uint8_t | reserved [3] |
uint8_t | data [(80+1) *sizeof(ChannelSatInfo)+((80+1) *4) *sizeof(ChannelStateInfo)] |
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.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t ChannelStatus::data[(80+ 1) *sizeof(ChannelSatInfo)+((80+ 1) * 4) *sizeof(ChannelStateInfo)] |
Definition at line 308 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t ChannelStatus::n |
Definition at line 304 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
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.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t ChannelStatus::sb2_size |
Definition at line 306 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
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.