summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-25 17:52:42 -0700
committerGary E. Miller <gem@rellim.com>2019-03-25 17:52:42 -0700
commit1b72497a7f44658b8a3e9b27f1c5d1f5bb7a615a (patch)
tree784c53f5f95c6efb01ea9cd496473b96fce03076 /gps.h
parentee37b0ec95ddda2d744687246c7cf6337211aecd (diff)
downloadgpsd-1b72497a7f44658b8a3e9b27f1c5d1f5bb7a615a.tar.gz
gps_data_t: Add datum field. Add decode for $PGRMM.
Sadly, $PGRMM is after a cycle ender and the data is never reported, so no regression changes. Cycle ender needs to get fixed...
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index d8dd21bb..e7b2fe9b 100644
--- a/gps.h
+++ b/gps.h
@@ -124,6 +124,7 @@ struct gps_fix_t {
double vx, vy, vz; /* ECEF x, y, z velocity */
double vAcc; /* Velocity Accuracy Estimate, probably SEP */
} ecef;
+ char datum[40]; /* map datum */
};
/*