summaryrefslogtreecommitdiff
path: root/test/daemon/trimble-lassen_iq-playacar.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* pseudonmea: Don't report unknown lat/lon/spd/trk as zeros.Gary E. Miller2019-03-141-40/+40
| | | | Report as empty.
* pseudonmea: Add frac seconds to $GPRMC, no zero times.Gary E. Miller2019-03-131-40/+40
| | | | Replace zero times with blanks.
* TPV: Add leapseconds to TPV JSON.Gary E. Miller2018-11-051-36/+36
| | | | Most current gpsd drivers do not report leap seconds.
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-40/+40
| | | | | | | Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures.
* Emit "mode" before its dependent attributes in TPV, and timestamps with .3f.Eric S. Raymond2011-03-221-36/+36
| | | | Required a regression-test rebuild.
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-36/+36
| | | | | | | | Protocol version number is bumped. Python and C test clients are known to work; interfaces of the C and Python client bindings are unchanged. Third-party client-side bindings which rely on naively copying JSON members will break (implementers have been repeatedly warned not to do this).
* Suppress JSON reporting of fields the fix quality won't support.Eric S. Raymond2010-03-271-40/+40
| | | | | | | | This should suppress a bug reported by Greg Troxel where, due to numeric instability in geodetic fix computations, wecwere getting cross-archirecture differences in the low-order digits of altitude for invalid fixes on SiRF-II chips. This required that ten regression test be rebuilt; I eyeballed the diffs to make sure we didn't lose actual data.
* Address Debian bug #573752 (mode sometimes missing from JSON.Eric S. Raymond2010-03-141-40/+40
| | | | | Also, include some additions of copyrights on the test logs that somehow wint missing from the last commit (probably git operator error).
* There are client library tests now, so rename the 'stable' directory...Eric S. Raymond2009-11-301-0/+80
...to something more descriptive.