ROSaic
|
Struct for the SBF block "DOP". More...
#include <sbf_structs.hpp>
Data Fields | |
BlockHeader_t | block_header |
uint32_t | tow |
uint16_t | wnc |
uint8_t | nr_sv |
uint8_t | reserved |
uint16_t | pdop |
uint16_t | tdop |
uint16_t | hdop |
uint16_t | vdop |
float | hpl |
float | vpl |
Struct for the SBF block "DOP".
Definition at line 380 of file sbf_structs.hpp.
BlockHeader_t DOP::block_header |
Definition at line 382 of file sbf_structs.hpp.
uint16_t DOP::hdop |
Definition at line 392 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
float DOP::hpl |
Definition at line 394 of file sbf_structs.hpp.
uint8_t DOP::nr_sv |
Definition at line 388 of file sbf_structs.hpp.
uint16_t DOP::pdop |
Definition at line 390 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint8_t DOP::reserved |
Definition at line 389 of file sbf_structs.hpp.
uint16_t DOP::tdop |
Definition at line 391 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
uint32_t DOP::tow |
Definition at line 385 of file sbf_structs.hpp.
uint16_t DOP::vdop |
Definition at line 393 of file sbf_structs.hpp.
Referenced by io_comm_rx::RxMessage::GPSFixCallback().
float DOP::vpl |
Definition at line 395 of file sbf_structs.hpp.
uint16_t DOP::wnc |
Definition at line 386 of file sbf_structs.hpp.