summaryrefslogtreecommitdiff
path: root/driver_nmea2000.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* cppcheck and Coverity cleanup (not yet complete).Eric S. Raymond2013-11-061-3/+5
* Partial cppcheck and Coverity cleanup.Eric S. Raymond2013-11-061-0/+6
* Full splint cleanup. Partial cppcheck cleanup.Eric S. Raymond2013-11-051-7/+9
* Honor split24 flag in ais msg24 part a.Reinhard Arlt2013-11-051-9/+21
* Fix crash due to ais->type24.part.Reinhard Arlt2013-11-041-0/+1
* Decode PGN 127250 and PGN 128267.Reinhard Arlt2013-11-021-2/+60
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-3/+3
* Add skeleton for PGN 129283 Cross Track Error, PGN 129284 Navigation Data, an...Reinhard Arlt2013-10-311-0/+47
* Revert "Separate ntpd support from chrony support, step 1."Eric S. Raymond2013-10-301-3/+3
* Separate ntpd support from chrony support, step 1.Eric S. Raymond2013-10-301-3/+3
* Add PGN 127258 skeleton GNSS Magnetic VariationReinhard Arlt2013-10-301-0/+15
* Fix bug in (still unused) handling of addressed PGN's.Reinhard Arlt2013-10-301-2/+2
* A few cleanups.Reinhard Arlt2013-10-301-12/+12
* Comments for PGN methods.Reinhard Arlt2013-10-291-0/+91
* Accept a few more NMEA2000 PGN's.Reinhard Arlt2013-10-291-0/+151
* More efficiebt sticky-flagging.Eric S. Raymond2013-10-151-1/+1
* OK, visualize as a method was a bad idea. All regression tests pass.Eric S. Raymond2013-10-141-3/+0
* Create driver slot and scons option for a visualizer driver method.Eric S. Raymond2013-10-131-0/+3
* Cleanup after refactoring AIVDM driver.Michael Tatarinov2013-10-121-9/+9
* Cleanup after the big change.Eric S. Raymond2013-09-291-2/+2
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-78/+129
* Improve decode_ais_channel_info().Reinhard Arlt2013-08-081-2/+3
* Decode AIS channel info from nmea2000 messages.Reinhard Arlt2013-08-081-1/+10
* Pacify splint.Reinhard Arlt2013-08-041-8/+37
* Allow sat report for pseudonmea and nmea2000Reinhard Arlt2013-05-131-4/+9