summaryrefslogtreecommitdiff
path: root/driver_nmea2000.c
Commit message (Collapse)AuthorAgeFilesLines
* nmea2000: fix build failures when debugging is disabledMike Frysinger2012-05-231-22/+23
| | | | | | | | | | | | | | When debugging is disabled, there is no libgps_debuglevel, so building this driver fails with: driver_nmea2000.c: In function 'print_data': driver_nmea2000.c:50:10: error: 'libgps_debuglevel' undeclared (first use in this function) Add some ifdef to this driver to fix that, and change the return type of print_data to void since it always returns 0 and no one ever checks the return value. Signed-off-by: Mike Frysinger <vapier@gentoo.org> Signed-off-by: Reinhard Arlt <reinhard.arlt@t-online.de>
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-8/+10
|
* Update gpsdadata.status.Reinhard Arlt2012-05-121-0/+22
|
* Coverity scan found a bad loop test.Eric S. Raymond2012-05-091-1/+1
|
* Fix more splint warnings.Reinhard Arlt2012-05-041-2/+3
|
* Fix some splint warnings.Reinhard Arlt2012-05-041-49/+49
|
* Make PGN handler 'static'.Reinhard Arlt2012-05-041-19/+19
|
* Have a single point of truth about NMEA2000 handler declaration.Eric S. Raymond2012-05-021-73/+51
|
* Fix a NMEA2000 mis-cleanup.Beat Bolli2012-05-021-1/+1
| | | | | | Introduced in commit 472df9c480d5d6e4dff669807a198981e84f8c90. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Yet more splint cleanup.Eric S. Raymond2012-05-021-25/+32
|
* Yet more splint cleanup.Eric S. Raymond2012-05-021-69/+44
|
* Yet more splint cleanup.Eric S. Raymond2012-05-021-12/+14
|
* Partial splint cleanup of NMEA2000 driver.Eric S. Raymond2012-05-021-1/+1
|
* More partial splint cleanup.Eric S. Raymond2012-05-021-5/+7
|
* Partial splint cleanup.Eric S. Raymond2012-05-021-22/+26
|
* Use macro UNUSED.Reinhard Arlt2012-05-011-4/+4
|
* Some cleanup, print_data use gpsd_report now, LOG_FILE enabled again.Reinhard Arlt2012-05-011-14/+19
|
* Fix build with nmea2000=false.Reinhard Arlt2012-05-011-0/+3
|
* Disable logfile for now, as it breaks build on ubuntu 12.04Reinhard Arlt2012-04-301-1/+8
|
* remove unused bitfield routines.Reinhard Arlt2012-04-291-53/+0
|
* Local bitfield routines removed, use bits.h now.Reinhard Arlt2012-04-291-21/+22
|
* Fix compiler warnings, channel number addedReinhard Arlt2012-04-261-3/+1
|
* NMEA2000 support patches. All regression tests pass.Reinhard.Arlt@t-online.de2012-04-251-6/+654
|
* Beginning of NMEA200 driver. Franework code, nowhere near working.Eric S. Raymond2012-04-151-0/+59