ROSaic
|
Struct for the SBF sub-block "ChannelStateInfo". More...
#include <sbf_structs.hpp>
Data Fields | |
uint8_t | antenna |
uint8_t | reserved |
uint16_t | tracking_status |
uint16_t | pvt_status |
uint16_t | pvt_info |
Struct for the SBF sub-block "ChannelStateInfo".
Definition at line 261 of file sbf_structs.hpp.
uint8_t ChannelStateInfo::antenna |
Definition at line 263 of file sbf_structs.hpp.
uint16_t ChannelStateInfo::pvt_info |
Definition at line 267 of file sbf_structs.hpp.
uint16_t ChannelStateInfo::pvt_status |
Definition at line 266 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t ChannelStateInfo::reserved |
Definition at line 264 of file sbf_structs.hpp.
uint16_t ChannelStateInfo::tracking_status |
Definition at line 265 of file sbf_structs.hpp.