diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-02-16 18:45:28 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-02-16 18:45:28 +0000 |
commit | 6eb2ea87b58552f82db22214ece8fea408b40fe2 (patch) | |
tree | a41ca470e117ee9cc5382ea6b627e2a2633f4146 /gps.h | |
parent | eef6c488679b1bfb73b7c7342b8ee05cc031d076 (diff) | |
download | gpsd-6eb2ea87b58552f82db22214ece8fea408b40fe2.tar.gz |
Still producing negative E1+T1, but the client code looks better.
Diffstat (limited to 'gps.h')
-rw-r--r-- | gps.h | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -98,6 +98,9 @@ struct gps_data_t { int profiling; /* profiling enabled? */ char tag[MAXNAMELEN+1]; /* tag of last sentence processed */ int sentence_length; /* character count of last sentence */ +#ifdef PROFILING + double gps_time; /* GPS time (equivalent of utc field) */ +#endif /* PROFILING */ double d_recv_time; /* daemon receipt time (-> E+T1) */ #ifdef PROFILING double d_decode_time; /* daemon end-of-decode time (-> D1) */ |