summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorHaakan Johansson <f96hajo@chalmers.se>2010-11-13 16:42:20 +0100
committerJon Schlueter <jon.schlueter@gmail.com>2010-12-03 06:53:39 -0500
commit0dbcf2cd40f75b13f92df72873bfc60ac70ee63a (patch)
tree64f7c7582a8cefa18621c7a0b334d1f902a32c25 /gpsd.h-tail
parent562831b815b65fff79e72180b5a2daa8348542fe (diff)
downloadgpsd-0dbcf2cd40f75b13f92df72873bfc60ac70ee63a.tar.gz
Take programmed oncore PPS offset into account. Name correction delay -> offset.
Signed-off-by: Jon Schlueter <jon.schlueter@gmail.com>
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 4084512f..0342487e 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -449,7 +449,7 @@ struct gps_device_t {
int elevation[ONCORE_VISIBLE_CH]; /* elevation of satellite */
int azimuth[ONCORE_VISIBLE_CH]; /* azimuth */
int good_time;
- double pps_delay;
+ int pps_offset_ns;
} oncore;
#endif /* ONCORE_ENABLE */