#include <data_sets.h>
Public Attributes | |
uint32_t | elapsedTimeSec |
float | hAccuracy |
double | lla [3] |
uint32_t | maxDurationSec |
float | minAccuracy |
uint32_t | state |
Survey in status
Definition at line 2960 of file data_sets.h.
uint32_t survey_in_t::elapsedTimeSec |
Elapsed time (seconds) of the survey.
Definition at line 2972 of file data_sets.h.
float survey_in_t::hAccuracy |
Approximate horizontal accuracy of the survey (m).
Definition at line 2975 of file data_sets.h.
double survey_in_t::lla[3] |
The current surveyed latitude, longitude, altitude (deg, deg, m)
Definition at line 2978 of file data_sets.h.
uint32_t survey_in_t::maxDurationSec |
Maximum time (milliseconds) survey will run if minAccuracy is not first achieved. (ignored if 0).
Definition at line 2966 of file data_sets.h.
float survey_in_t::minAccuracy |
Required horizontal accuracy (m) for survey to complete before maxDuration. (ignored if 0)
Definition at line 2969 of file data_sets.h.
uint32_t survey_in_t::state |
State of current survey, eSurveyInStatus
Definition at line 2963 of file data_sets.h.