ROSaic
|
Struct for the SBF block "MeasEpoch". 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 | common_flags |
uint8_t | cum_clk_jumps |
uint8_t | reserved |
uint8_t | data [((80+1) *sizeof(MeasEpochChannelType1)+(((80+1)) *(((7) *(3)) -1)) *sizeof(MeasEpochChannelType2))] |
Struct for the SBF block "MeasEpoch".
Definition at line 357 of file sbf_structs.hpp.
BlockHeader_t MeasEpoch::block_header |
Definition at line 359 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t MeasEpoch::common_flags |
Definition at line 370 of file sbf_structs.hpp.
uint8_t MeasEpoch::cum_clk_jumps |
Definition at line 371 of file sbf_structs.hpp.
uint8_t MeasEpoch::data[((80+ 1) *sizeof(MeasEpochChannelType1)+(((80+ 1)) *(((7) *(3)) -1)) *sizeof(MeasEpochChannelType2))] |
Definition at line 373 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t MeasEpoch::n |
Definition at line 366 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t MeasEpoch::reserved |
Definition at line 372 of file sbf_structs.hpp.
uint8_t MeasEpoch::sb1_size |
Definition at line 367 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t MeasEpoch::sb2_size |
Definition at line 368 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint32_t MeasEpoch::tow |
Definition at line 362 of file sbf_structs.hpp.
uint16_t MeasEpoch::wnc |
Definition at line 363 of file sbf_structs.hpp.