summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-16 20:36:50 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-16 20:36:50 +0000
commitb69a4e229ebf465a73455fc01a3b3d5d70881109 (patch)
treefbd5896556043f963c6317624a80fdd14c0008df /gps.h
parentc6661484cde558123d8e1daa6bb675ad8e0d0dd3 (diff)
downloadgpsd-b69a4e229ebf465a73455fc01a3b3d5d70881109.tar.gz
Rob Janssen's second big timekeeping patch.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gps.h b/gps.h
index 63329094..2c0d2407 100644
--- a/gps.h
+++ b/gps.h
@@ -119,14 +119,14 @@ struct gps_data_t {
/* precision of fix -- valid if satellites_used > 0 */
int satellites_used; /* Number of satellites used in solution */
- int used[MAXCHANNELS]; /* Used in last fix? */
+ int used[MAXCHANNELS]; /* PRNs of satellites used in solution */
double pdop, hdop, vdop; /* Dilution of precision */
/* redundant with the estimate elments in the fix structure */
double epe; /* estimated spherical position error, 1 sigma (meters) */
/* satellite status -- valid when satellites > 0 */
- int satellites; /* # of satellites in view */
+ int satellites; /* # of satellites in view */
int PRN[MAXCHANNELS]; /* PRNs of satellite */
int elevation[MAXCHANNELS]; /* elevation of satellite */
int azimuth[MAXCHANNELS]; /* azimuth */