Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix scaling in nmea2000 AIS decoder. | Reinhard Arlt | 2012-08-22 | 1 | -4/+10 |
| | |||||
* | Starting AIS for NMEA2000. | Reinhard Arlt | 2012-08-19 | 1 | -1/+71 |
| | |||||
* | Fix splint warnings in driver_nmea2000.c . | Reinhard Arlt | 2012-07-23 | 1 | -5/+9 |
| | |||||
* | Own nmea2000_close as gpsd_close is really a serial_close. | Reinhard Arlt | 2012-07-21 | 1 | -0/+10 |
| | |||||
* | Remove double message in hnd_126992(). | Reinhard Arlt | 2012-07-19 | 1 | -3/+0 |
| | |||||
* | Fix race condition for multiple units. | Reinhard Arlt | 2012-07-19 | 1 | -0/+15 |
| | |||||
* | nmea2000: Add support for more then one unit. | Reinhard Arlt | 2012-07-19 | 1 | -9/+97 |
| | |||||
* | Add framework for multiple units. | Reinhard Arlt | 2012-07-18 | 1 | -0/+16 |
| | |||||
* | Move nmea2000_open out of libgpsd_core.c . | Reinhard Arlt | 2012-06-07 | 1 | -0/+61 |
| | |||||
* | nmea2000: fix build failures when debugging is disabled | Mike Frysinger | 2012-05-23 | 1 | -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. Raymond | 2012-05-18 | 1 | -8/+10 |
| | |||||
* | Update gpsdadata.status. | Reinhard Arlt | 2012-05-12 | 1 | -0/+22 |
| | |||||
* | Coverity scan found a bad loop test. | Eric S. Raymond | 2012-05-09 | 1 | -1/+1 |
| | |||||
* | Fix more splint warnings. | Reinhard Arlt | 2012-05-04 | 1 | -2/+3 |
| | |||||
* | Fix some splint warnings. | Reinhard Arlt | 2012-05-04 | 1 | -49/+49 |
| | |||||
* | Make PGN handler 'static'. | Reinhard Arlt | 2012-05-04 | 1 | -19/+19 |
| | |||||
* | Have a single point of truth about NMEA2000 handler declaration. | Eric S. Raymond | 2012-05-02 | 1 | -73/+51 |
| | |||||
* | Fix a NMEA2000 mis-cleanup. | Beat Bolli | 2012-05-02 | 1 | -1/+1 |
| | | | | | | Introduced in commit 472df9c480d5d6e4dff669807a198981e84f8c90. Signed-off-by: Eric S. Raymond <esr@thyrsus.com> | ||||
* | Yet more splint cleanup. | Eric S. Raymond | 2012-05-02 | 1 | -25/+32 |
| | |||||
* | Yet more splint cleanup. | Eric S. Raymond | 2012-05-02 | 1 | -69/+44 |
| | |||||
* | Yet more splint cleanup. | Eric S. Raymond | 2012-05-02 | 1 | -12/+14 |
| | |||||
* | Partial splint cleanup of NMEA2000 driver. | Eric S. Raymond | 2012-05-02 | 1 | -1/+1 |
| | |||||
* | More partial splint cleanup. | Eric S. Raymond | 2012-05-02 | 1 | -5/+7 |
| | |||||
* | Partial splint cleanup. | Eric S. Raymond | 2012-05-02 | 1 | -22/+26 |
| | |||||
* | Use macro UNUSED. | Reinhard Arlt | 2012-05-01 | 1 | -4/+4 |
| | |||||
* | Some cleanup, print_data use gpsd_report now, LOG_FILE enabled again. | Reinhard Arlt | 2012-05-01 | 1 | -14/+19 |
| | |||||
* | Fix build with nmea2000=false. | Reinhard Arlt | 2012-05-01 | 1 | -0/+3 |
| | |||||
* | Disable logfile for now, as it breaks build on ubuntu 12.04 | Reinhard Arlt | 2012-04-30 | 1 | -1/+8 |
| | |||||
* | remove unused bitfield routines. | Reinhard Arlt | 2012-04-29 | 1 | -53/+0 |
| | |||||
* | Local bitfield routines removed, use bits.h now. | Reinhard Arlt | 2012-04-29 | 1 | -21/+22 |
| | |||||
* | Fix compiler warnings, channel number added | Reinhard Arlt | 2012-04-26 | 1 | -3/+1 |
| | |||||
* | NMEA2000 support patches. All regression tests pass. | Reinhard.Arlt@t-online.de | 2012-04-25 | 1 | -6/+654 |
| | |||||
* | Beginning of NMEA200 driver. Franework code, nowhere near working. | Eric S. Raymond | 2012-04-15 | 1 | -0/+59 |