summaryrefslogtreecommitdiff
path: root/driver_navcom.c
Commit message (Expand)AuthorAgeFilesLines
* driver_navcom: Remove unused variable.Gary E. Miller2019-03-271-1/+1
* driver_navcom: Move error math to gpsd_error_model()Gary E. Miller2019-03-261-16/+5
* VERR_SET: Removed flag from daemon. No regressions changed.Gary E. Miller2019-03-251-2/+2
* Split epe into eph and sep.Gary E. Miller2019-03-221-3/+3
* Move epe from gps_data_t to be near its friends in gps_fix_t.Gary E. Miller2019-03-151-2/+2
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* driver_navcom: note that ept seems incorrectly calculatedGary E. Miller2018-09-251-2/+3
* driver_navcom: fix cppcheck nit.Gary E. Miller2018-09-251-3/+2
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* uint was rmoved in C99. If gpsd enforce C99, then uint must go.Gary E. Miller2016-08-151-1/+1
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-1/+1
* Add Coverity suppressions for new invariant checks.Eric S. Raymond2016-01-291-0/+3
* Address Savannah bug #46082 - Can't explicitly build with NMEA drivers.Eric S. Raymond2015-10-011-2/+2
* A drowning deluge of whitespace hacks.Gary E. Miller2015-04-301-3/+3
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-41/+0
* Fix more splint: Line expects to suppress X errors, found 0 errorsGary E. Miller2015-03-251-1/+1
* Fix cppcheck complaints about not enough parenthesis.Gary E. Miller2015-03-091-16/+16
* One of the float-elimination steps busted something. Revert.Eric S. Raymond2015-03-081-3/+3
* A step toards float elimination. No code changes.Eric S. Raymond2015-03-081-3/+3
* gpsd-report() -> gpsd_log()Eric S. Raymond2015-03-071-202/+204
* Back out the attempt to use VTIME.Eric S. Raymond2015-01-311-1/+0
* Add a minimum packet length to every driver.Eric S. Raymond2015-01-291-0/+1
* cppcheck cleanup.Eric S. Raymond2015-01-221-2/+2
* Coverity/splint cleanup.Eric S. Raymond2015-01-211-2/+2
* Easy splint cleanups. All regression tests pass.Eric S. Raymond2015-01-211-4/+4
* Almost entirely eliminate use of sats_used array.Eric S. Raymond2015-01-101-2/+2
* The particular Navcom binary protocol we support is called NCT.Eric S. Raymond2015-01-101-3/+3
* In the navcom driver, get satellites used from the Channel Status packet.Eric S. Raymond2015-01-101-18/+13
* Improved internal documentation in the navcom driver.Eric S. Raymond2015-01-101-3/+19
* Rename for clarity.Eric S. Raymond2015-01-101-5/+5
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-5/+5
* Now that the transition is done we can restore the gpsd_report name.Eric S. Raymond2014-08-271-52/+52
* The big leap. Most instances of gpsd_report are replaced...Eric S. Raymond2014-08-271-52/+52
* Introduce struct errout_t to encapsulate error-reporting hooks.Eric S. Raymond2014-08-271-52/+52
* 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-3/+0
* Reduce gpsd log verbosity a lot.Eric S. Raymond2013-11-121-33/+35
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
* Contain the assumption that time hinting is done to NTPD.Eric S. Raymond2013-10-311-3/+3
* 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
* 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
* Change the logic for managing the drive mode bit to report reality...Eric S. Raymond2013-10-041-8/+2
* Change gpsd_report to no longer use a global. All regression tests pass.Eric S. Raymond2013-09-291-52/+56
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-1/+1
* Refacter the bits.c stuff to eliminate ugly globals...Eric S. Raymond2012-06-021-14/+11
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-1/+2