|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <sbf.h>
Public Attributes | |
| uint8_t | nr_sv |
| Total number of satellites used in the PVT computation. More... | |
| uint8_t | reserved |
| uint16_t | pDOP |
| uint16_t | tDOP |
| uint16_t | hDOP |
| uint16_t | vDOP |
| float | hpl |
| Horizontal Protection Level (see the DO229 standard). More... | |
| float | vpl |
| Vertical Protection Level (see the DO229 standard). More... | |
| uint16_t sbf_payload_dop_t::hDOP |
Definition at line 250 of file sbf.h.
Referenced by GPSDriverSBF::payloadRxDone().
| float sbf_payload_dop_t::hpl |
| uint8_t sbf_payload_dop_t::nr_sv |
| uint16_t sbf_payload_dop_t::vDOP |
Definition at line 251 of file sbf.h.
Referenced by GPSDriverSBF::payloadRxDone().
| float sbf_payload_dop_t::vpl |