summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-26 13:46:40 -0700
committerGary E. Miller <gem@rellim.com>2019-03-26 13:46:40 -0700
commita49304246539c7f17f4c36c145f99eca4dc449f8 (patch)
tree800a653da905641c59baaa477f554b1dcf022f31 /gps.h
parentaf3d4c72f406d183f0294f4aafa5c8e54a538391 (diff)
downloadgpsd-a49304246539c7f17f4c36c145f99eca4dc449f8.tar.gz
gps.h: Note stretch goal of 1-sigma for error estimates...
Good luck with that...
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index c5059bc3..c0ed256e 100644
--- a/gps.h
+++ b/gps.h
@@ -88,6 +88,8 @@ extern "C" {
typedef double timestamp_t; /* Unix time in seconds with fractional part */
typedef struct timespec timespec_t; /* Unix time as sec, nsec */
+/* GPS error estimates are all over the map, and often unspecified.
+ * try for 1-sigma if we can... */
struct gps_fix_t {
timestamp_t time; /* Time of update */
int mode; /* Mode of fix */