ROSaic
|
Struct for the SBF sub-block "ChannelSatInfo". More...
#include <sbf_structs.hpp>
Data Fields | |
uint8_t | sv_id |
uint8_t | freq_nr |
uint8_t | reserved1 [2] |
uint16_t | az_rise_set |
uint16_t | health_status |
int8_t | elev |
uint8_t | n2 |
uint8_t | channel |
uint8_t | reserved2 |
Struct for the SBF sub-block "ChannelSatInfo".
Definition at line 274 of file sbf_structs.hpp.
uint16_t ChannelSatInfo::az_rise_set |
Definition at line 279 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t ChannelSatInfo::channel |
Definition at line 283 of file sbf_structs.hpp.
int8_t ChannelSatInfo::elev |
Definition at line 281 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t ChannelSatInfo::freq_nr |
Definition at line 277 of file sbf_structs.hpp.
uint16_t ChannelSatInfo::health_status |
Definition at line 280 of file sbf_structs.hpp.
uint8_t ChannelSatInfo::n2 |
Definition at line 282 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t ChannelSatInfo::reserved1[2] |
Definition at line 278 of file sbf_structs.hpp.
uint8_t ChannelSatInfo::reserved2 |
Definition at line 284 of file sbf_structs.hpp.
uint8_t ChannelSatInfo::sv_id |
Definition at line 276 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().