summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2008-07-16 02:35:45 +0000
committerEric S. Raymond <esr@thyrsus.com>2008-07-16 02:35:45 +0000
commit870ca7b781612e85b6a101fe95e20c979317d070 (patch)
treeda8b072e408e8e1c05e97eb089cbf2be3aa8fe83 /gps.h
parenta4dce32bcbbc3874b1d4a026c601c9494600e654 (diff)
downloadgpsd-870ca7b781612e85b6a101fe95e20c979317d070.tar.gz
Use the new bitfield extractor for RTCM3 fields.
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 b3611dea..477a1652 100644
--- a/gps.h
+++ b/gps.h
@@ -178,7 +178,7 @@ struct rtcm2_t {
struct rtcm3_rtk_hdr { /* header data from 1001, 1002, 1003, 1004 */
/* Used for both GPS and GLONASS, but their timebases differ */
unsigned int station_id; /* Reference Station ID */
- time_t time; /* GPS Epoch Time (TOW) in ms,
+ time_t tow; /* GPS Epoch Time (TOW) in ms,
or GLONASS Epoch Time in ms */
bool sync; /* Synchronous GNSS Message Flag */
ushort satcount; /* # Satellite Signals Processed */