summaryrefslogtreecommitdiff
path: root/test/daemon/garmin48.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* Emit "mode" before its dependent attributes in TPV, and timestamps with .3f.Eric S. Raymond2011-03-221-15/+15
| | | | Required a regression-test rebuild.
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-15/+15
| | | | | | | | 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).
* Complete privious change. Required rebuilding of three regressin tests.Eric S. Raymond2010-05-091-1/+0
|
* Always compute speed when that's possible and the GPS doesn't supply it.Eric S. Raymond2010-04-261-6/+6
|
* Clear DOPs only when we get a skyview report.Eric S. Raymond2010-04-201-13/+13
| | | | | | | | | | | | | | | This solves the disappearing epx/epy bug on SiRFs, but it was actually a systemic problem that affected several drivers. Navigation solution messages were clearing DOPs, making it impossible for the error modeller to compute estimates. New logic: Clear DOPs only when we get a skyview report. They'll be regenerated by our visibility-matrix calculation when the skyview sentence is analyzed. If a sentence from the device supplies a DOP between the time the visibility calculation is done and when the next fix is reported, it will override our computed value. This might change later! This change required a regression-test rebuild.
* A longstanding bug in error modeling fixed.Eric S. Raymond2010-04-131-19/+19
| | | | | | The guard controllong DOP computation wasn't right. The result was that x/y error estimates were computed much less often than they should have been.
* There are client library tests now, so rename the 'stable' directory...Eric S. Raymond2009-11-301-0/+114
...to something more descriptive.