summaryrefslogtreecommitdiff
path: root/driver_nmea2000.c
Commit message (Expand)AuthorAgeFilesLines
* Removed variable length arrays, added -Wvla compiler option.vla-removalIan Bruene2018-11-261-1/+1
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* driver_nmea2000: Fix too small buffer.Gary E. Miller2018-10-261-1/+1
* ATT: centralize clearing of the attitude data.Gary E. Miller2018-09-111-39/+0
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* NMEA2000: fix formattting conversion of signed to unsigned and back.Gary E. Miller2017-07-261-3/+3
* Explicit marking of ignoring fprintf() resultRobert Norris2017-02-201-7/+7
* Fix for C99 and POSIX 2001.Gary E. Miller2016-08-151-2/+2
* I can not figure out why this file will not C99. Punt.Gary E. Miller2016-08-151-1/+5
* Coverity cleanup.Eric S. Raymond2016-03-281-1/+1
* Move declarations of libgps_debug related functions and definitions.Rob Norris2016-03-081-0/+1
* Add Coverity suppressions for new invariant checks.Eric S. Raymond2016-01-291-1/+1
* Fix time encoding.Reinhard Arlt2015-05-081-0/+1
* Handle ais type 4 and type 11 in nmea2000.Reinhard Arlt2015-05-081-0/+35
* Basic support for AIS MSG 4 and 11 in NMEA2000.Reinhard Arlt2015-05-071-0/+26
* Improve nmea2000 ais coding.Reinhard Arlt2015-05-071-6/+15
* Fix char encoding in ais.type7 strings.Reinhard Arlt2015-05-071-6/+28
* Fix wrong mask for ais.type1.status.Reinhard Arlt2015-05-071-1/+1
* A drowning deluge of whitespace hacks.Gary E. Miller2015-04-301-11/+11
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-60/+15
* Beat the splint beast into submission.Eric S. Raymond2015-03-291-5/+5
* Clean up most spint errors. All regression tests pass.Eric S. Raymond2015-03-281-12/+12
* Fix more splint: Line expects to suppress X errors, found 0 errorsGary E. Miller2015-03-251-12/+10
* NMEA2000 driver was not using a bool where it should.Eric S. Raymond2015-03-161-8/+8
* Attempted fix for a close/reopen bug involvinf NMEA2000.Eric S. Raymond2015-03-161-0/+15
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-136/+133
* warning hunting of unused parameters in driver_nmea2000.cJon Schlueter2015-02-231-0/+5
* Fix another type24 bug in driver_nmea2000.cReinhard Arlt2015-02-181-1/+4
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-1/+1
* Used scale_int() in all places.Reinhard Arlt2015-02-011-6/+6
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-1/+0
* Add new scale routine.Reinhard Arlt2015-01-311-2/+15
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+1
* Improved adaptive-delay logic. Don't insert them if CAN devices are in play.Eric S. Raymond2015-01-271-6/+0
* Pretend CAN devices are pseudo-ttys to disable adaptive delays.Eric S. Raymond2015-01-261-0/+7
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-5/+1
* Fix pseudonmea again.Reinhard Arlt2014-12-151-3/+5
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-8/+7
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-58/+58
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-58/+58
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-58/+58
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-15/+15
* Split firmwqre version query out of the init method.Eric S. Raymond2014-08-251-0/+1
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-10/+0
* Fix NME2000 AIS Type 24 handling.Reinhard Arlt2014-08-211-4/+4
* Remove unused check for workpgn.Reinhard Arlt2014-08-211-6/+1
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-1/+1
* New AIS type24 reporting.Reinhard Arlt2013-11-111-77/+47
* Isolate the access to split24 flag.Reinhard Arlt2013-11-101-3/+17
* Honor split24 flag in ais msg24 part b.Reinhard Arlt2013-11-081-53/+71