|
PX4 Firmware
PX4 Autopilot Software http://px4.io
|
#include <gps_helper.h>
Public Attributes | |
| double | latitude |
| NAN if unknown/not set [deg]. More... | |
| double | longitude |
| NAN if unknown/not set [deg]. More... | |
| float | altitude |
| NAN if unknown/not set [m]. More... | |
| uint32_t | mean_accuracy |
| [mm] More... | |
| uint32_t | duration |
| [s] More... | |
| uint8_t | flags |
| bit 0: valid, bit 1: active More... | |
Definition at line 135 of file gps_helper.h.
| float SurveyInStatus::altitude |
NAN if unknown/not set [m].
Definition at line 138 of file gps_helper.h.
| uint32_t SurveyInStatus::duration |
[s]
Definition at line 140 of file gps_helper.h.
| uint8_t SurveyInStatus::flags |
bit 0: valid, bit 1: active
Definition at line 141 of file gps_helper.h.
| double SurveyInStatus::latitude |
NAN if unknown/not set [deg].
Definition at line 136 of file gps_helper.h.
| double SurveyInStatus::longitude |
NAN if unknown/not set [deg].
Definition at line 137 of file gps_helper.h.
| uint32_t SurveyInStatus::mean_accuracy |
[mm]
Definition at line 139 of file gps_helper.h.