ROSaic
|
Struct for the SBF sub-block "MeasEpochChannelType1". More...
#include <sbf_structs.hpp>
Data Fields | |
uint8_t | rx_channel |
uint8_t | type |
uint8_t | sv_id |
uint8_t | misc |
uint32_t | code_lsb |
int32_t | doppler |
uint16_t | carrier_lsb |
int8_t | carrier_msb |
uint8_t | cn0 |
uint16_t | lock_time |
uint8_t | obs_info |
uint8_t | n_type2 |
Struct for the SBF sub-block "MeasEpochChannelType1".
Definition at line 332 of file sbf_structs.hpp.
uint16_t MeasEpochChannelType1::carrier_lsb |
Definition at line 340 of file sbf_structs.hpp.
int8_t MeasEpochChannelType1::carrier_msb |
Definition at line 341 of file sbf_structs.hpp.
uint8_t MeasEpochChannelType1::cn0 |
Definition at line 342 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint32_t MeasEpochChannelType1::code_lsb |
Definition at line 338 of file sbf_structs.hpp.
int32_t MeasEpochChannelType1::doppler |
Definition at line 339 of file sbf_structs.hpp.
uint16_t MeasEpochChannelType1::lock_time |
Definition at line 343 of file sbf_structs.hpp.
uint8_t MeasEpochChannelType1::misc |
Definition at line 337 of file sbf_structs.hpp.
uint8_t MeasEpochChannelType1::n_type2 |
Definition at line 345 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t MeasEpochChannelType1::obs_info |
Definition at line 344 of file sbf_structs.hpp.
uint8_t MeasEpochChannelType1::rx_channel |
Definition at line 334 of file sbf_structs.hpp.
uint8_t MeasEpochChannelType1::sv_id |
Definition at line 336 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t MeasEpochChannelType1::type |
Definition at line 335 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().