summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-22 05:00:58 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-22 05:00:58 +0000
commitce210fd3c25375152bfa4a6796a42864ea8a2b21 (patch)
tree6b05bc6ecf70a27ad76c7edccaaf0cc08789cec1 /gps.h
parentdfefa7239262ff4c921beed3e2a6b0ce4a4e10df (diff)
downloadgpsd-ce210fd3c25375152bfa4a6796a42864ea8a2b21.tar.gz
Pass along, or compute, TDOP and GDOP.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 9dce9539..5da9b416 100644
--- a/gps.h
+++ b/gps.h
@@ -120,7 +120,7 @@ struct gps_data_t {
/* precision of fix -- valid if satellites_used > 0 */
int satellites_used; /* Number of satellites used in solution */
int used[MAXCHANNELS]; /* PRNs of satellites used in solution */
- double pdop, hdop, vdop; /* Dilution of precision */
+ double pdop, hdop, vdop, tdop, gdop; /* Dilution of precision */
/* redundant with the estimate elments in the fix structure */
double epe; /* estimated spherical position error, 1 sigma (meters) */