summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
Commit message (Expand)AuthorAgeFilesLines
* Improved comment. No code changes.Eric S. Raymond2015-02-151-3/+4
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-11/+11
* Add str_starts_with macro, use it instead of strncmp.Zbigniew Chyla2015-01-211-1/+2
* Always use sizeof to get array sizeZbigniew Chyla2015-01-131-1/+1
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-3/+3
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-27/+32
* A bug fix for error modeling when NMEA 0183 reports empty DOP fields.Eric S. Raymond2014-09-191-3/+6
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-46/+46
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-46/+46
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-46/+46
* GNSS and GLOSS SKY reoport are now mergedEric S. Raymond2014-08-261-2/+11
* Accumulate GNSS+GLONASS satelite reports.Eric S. Raymond2014-08-251-2/+15
* Change names in nmea0183 driver to make them GNSS/GLONASS agnostic.Eric S. Raymond2014-08-251-16/+16
* Recreare the driver union, curtting per-device storage requirements.Eric S. Raymond2014-08-241-82/+82
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-3/+0
* More refactoring of century handling.Eric S. Raymond2013-11-271-4/+2
* Refactor NMEA0183 century handling.Eric S. Raymond2013-11-271-22/+1
* Derive new CENTURY_VALID flag in context. Not used yet. No logic changes.Eric S. Raymond2013-11-271-0/+2
* More consistent ise of LOG_PROG.Eric S. Raymond2013-11-121-1/+2
* Fix more build breakage. Partial splint cleanup.Eric S. Raymond2013-11-121-1/+1
* uBlox -> u-blox; the company does not biicapitalize its name.Eric S. Raymond2013-11-091-1/+1
* More clarification.Eric S. Raymond2013-11-081-1/+3
* Configure and explain pulse width black magic.Eric S. Raymond2013-11-081-3/+44
* Partial code for setting MTK pulse width to a good value.Eric S. Raymond2013-11-081-1/+9
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-1/+2
* Remove a redundant test, and explain the redundancy.Eric S. Raymond2013-10-251-7/+5
* Compiler warning cleanup.Eric S. Raymond2013-10-121-6/+6
* Move the MTK extension parset to where it belongs in the NMEA 0183 driver.Eric S. Raymond2013-10-111-0/+43
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-49/+73
* Additional checking isn't required.Michael Tatarinov2012-10-241-6/+2
* Mapping NMEA-ID (33..64) to SBAS PRN and minor refactoring.Michael Tatarinov2012-10-231-0/+8
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-16/+16
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-1/+3
* Fix a cppcheck warning about possible field overflows.Eric S. Raymond2012-05-181-3/+3
* Add missing attitude field initialisation in NMEA HDTChristian Gagneraud2012-05-011-0/+2
* Add missing attitude field initialisation in NMEA TNTHTMChristian Gagneraud2012-04-211-0/+2
* Beginning of NMEA200 driver. Franework code, nowhere near working.Eric S. Raymond2012-04-151-0/+1349