Struct for the SBF block "DOP". More...
#include <sbf_structs.hpp>
Public Attributes | |
BlockHeader | block_header |
double | hdop |
float | hpl |
uint8_t | nr_sv |
double | pdop |
double | tdop |
double | vdop |
float | vpl |
Struct for the SBF block "DOP".
Definition at line 144 of file sbf_structs.hpp.
BlockHeader DOP::block_header |
Definition at line 146 of file sbf_structs.hpp.
double DOP::hdop |
Definition at line 151 of file sbf_structs.hpp.
float DOP::hpl |
Definition at line 153 of file sbf_structs.hpp.
uint8_t DOP::nr_sv |
Definition at line 148 of file sbf_structs.hpp.
double DOP::pdop |
Definition at line 149 of file sbf_structs.hpp.
double DOP::tdop |
Definition at line 150 of file sbf_structs.hpp.
double DOP::vdop |
Definition at line 152 of file sbf_structs.hpp.
float DOP::vpl |
Definition at line 154 of file sbf_structs.hpp.