summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-05 16:27:19 -0800
committerGary E. Miller <gem@rellim.com>2018-11-05 16:27:19 -0800
commitabf833f9cca0a0e4f1cff0fc424f9a5960f3be5c (patch)
tree39599ae9d85ac02276ceed9a83d30c48c46b7094 /gps.h
parent84baac4fc1f8e728c8eabe882d9ae1c247211b7e (diff)
downloadgpsd-abf833f9cca0a0e4f1cff0fc424f9a5960f3be5c.tar.gz
rawdata: Note mtime is UTC, not GPS time
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 145f4088..03e9fa61 100644
--- a/gps.h
+++ b/gps.h
@@ -1904,7 +1904,7 @@ struct dop_t {
struct rawdata_t {
/* raw measurement data, suitable for RINEX 3 */
- timespec_t mtime; /* sec, nsec */
+ timespec_t mtime; /* UTC of measurement: sec, nsec */
struct meas_t {
/* gnssid see satellite_t for decode */
unsigned char gnssid;