summaryrefslogtreecommitdiff
path: root/driver_nmea.c
Commit message (Expand)AuthorAgeFilesLines
* This commit resolves the time overflows in the rgm3800 and mkt3301.Eric S. Raymond2009-12-041-9/+19
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-9/+9
* Compiler warning suppressions (the MKT3301->MTK3301 change wasn't complete).Eric S. Raymond2009-11-171-4/+0
* missed a couple in the MKT / MTK renameChris Kuethe2009-11-171-2/+2
* Suppress unstable and negative timestamps in devices like the uBlox-lea-4h...Eric S. Raymond2009-10-061-24/+31
* Prevent the daemon from being confused by malformed sentences.Eric S. Raymond2009-10-051-20/+34
* The new instrumentation pays off. Eric S. Raymond2009-10-021-4/+3
* Fix a paste-o that made its way into many LOG_DATA format strings.Eric S. Raymond2009-10-021-5/+5
* My bright idea to use timestamp() to set skyview times backfired... Eric S. Raymond2009-10-021-4/+4
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-2/+2
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-13/+13
* More DATA_LOG adaptations. All regression tests pass. Code splints clean.Eric S. Raymond2009-10-011-79/+81
* Adapt some drivers to use the new LOG_DATA level. All regression tests pass.Eric S. Raymond2009-09-301-2/+4
* Fix computation of epx and epy from eph.Eric S. Raymond2009-09-301-1/+1
* Introduced new LOG_DATA debugging level.Eric S. Raymond2009-09-301-46/+115
* Move climb computation from the NMEA driver to the error modeler.Eric S. Raymond2009-09-301-16/+0
* Refactor the cycle-end tracking. The AIS machinery should use it.Eric S. Raymond2009-09-301-1/+1
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-1/+0
* Typo fix.Eric S. Raymond2009-09-151-1/+1
* More simplification of DOP handling. All regression tests passEric S. Raymond2009-09-151-1/+2
* Using clear_dop() means we can get rid of instances of several different flags.Eric S. Raymond2009-09-151-7/+1
* More clear_dop() calls go in place. All regression tests pass.Eric S. Raymond2009-09-151-0/+1
* Give DOPs their own structure...Eric S. Raymond2009-09-151-7/+7
* RMC and GLL emit valid time even when navigation warning is on.Eric S. Raymond2009-09-111-14/+17
* NMEA end-of-cycle detector appears to be working.Eric S. Raymond2009-09-111-36/+73
* Guard some inclusions that splint doesn't like. Eric S. Raymond2009-09-101-0/+2
* Continuing the splint cleanup.Eric S. Raymond2009-09-101-1/+1
* Refactor NMEA driver so all sentence timestamp recording is done in one spot.Eric S. Raymond2009-09-081-24/+23
* End-of-cycle latch for devices that ship $GPGBS now works.Eric S. Raymond2009-09-041-0/+20
* Dead-code removal. All regression tests pass.Eric S. Raymond2009-09-041-28/+8
* Now make it possible for a driver to signal cycle start, cycle end, ... Eric S. Raymond2009-09-031-5/+5
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-6/+6
* $GPGBS processing is successful at the driver level.Eric S. Raymond2009-09-031-2/+34
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-2/+3
* change the signal strength member to float.Chris Kuethe2009-06-221-1/+1
* Fix infinite-looping configuariuon bug reported by Andrew Mileski.Eric S. Raymond2009-03-161-4/+18
* Correct checksum computation on AIVDM packets.Eric S. Raymond2009-03-141-1/+1
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+936