summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
Commit message (Collapse)AuthorAgeFilesLines
* Additional checking isn't required.Michael Tatarinov2012-10-241-6/+2
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Mapping NMEA-ID (33..64) to SBAS PRN and minor refactoring.Michael Tatarinov2012-10-231-0/+8
| | | | | | This change required a regression-test rebuild. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* 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
| | | | All regression tests pass.
* Add missing attitude field initialisation in NMEA HDTChristian Gagneraud2012-05-011-0/+2
| | | | | Signed-off-by: Christian Gagneraud <chgans@gna.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Add missing attitude field initialisation in NMEA TNTHTMChristian Gagneraud2012-04-211-0/+2
| | | | | | | Depth and Temperature are not initialised, causing the JSON output to report a zero value instead of not reporting them at all Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Beginning of NMEA200 driver. Franework code, nowhere near working.Eric S. Raymond2012-04-151-0/+1349