summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
...
* ATT: centralize clearing of the attitude data.Gary E. Miller2018-09-111-1/+2
* Savannah issue #53671: policy_t -> gps_policy_t.Gary E. Miller2018-07-261-2/+2
* update gpsd to send arbitrary data to GPS from clientGary E. Miller2018-07-141-0/+3
* gps_read(): fix some nasty buffer overruns and corruptions.Gary E. Miller2018-07-141-5/+6
* $GPVTG Added parsing, storage, output of magnetic courseDaniel_M_Williams2018-06-121-1/+4
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* ECEF: jiggle the ECEF data structure, add missing accuracies to client.Gary E. Miller2018-02-161-1/+1
* ECEF: remove unused and unneeded ecef.valid.Gary E. Miller2018-02-121-1/+0
* Add ECEF support to u-blocx driver, data comes out in json.Gary E. Miller2018-02-081-5/+12
* Major API change: add ECEF into gps_fix_tGary E. Miller2018-02-071-2/+7
* Suppress the last few spurious cppcheck warnings before release.Eric S. Raymond2017-09-071-0/+6
* RTCM3 is unsigned byte, not chars.Gary E. Miller2016-04-201-1/+1
* Improve comments in satellite_t.Gary E. Miller2016-04-131-2/+3
* Removes non-ASCII characters from gps.h comments.Fred Wright2016-04-101-2/+2
* Comment in the code the accuracy needed for cm level lat/lon.Gary E. Miller2016-03-281-0/+11
* Add concept of a GPS-disciplined oscillatorMichael Brown2016-02-091-2/+13
* By popular demand, restore STATUS_DGPS_FIX to public interface.Eric S. Raymond2016-01-291-1/+2
* Increment API version.Reinhard Arlt2015-05-181-1/+2
* Add navigation data to gps.h.Reinhard Arlt2015-05-181-1/+22
* Document assumptions about NMEA satellite IDs and PRNs more thoroughly.Eric S. Raymond2015-04-071-4/+6
* Update PRN numbers reference. Also PRNMAX definition.Sanjeev Gupta2015-04-071-5/+6
* Change TODO, needd a place to store precision in gps_data_t.Gary E. Miller2015-04-021-0/+1
* Retire splint from our set of static analyzers.Eric S. Raymond2015-03-301-26/+16
* Hide a macro that doesn't need to be exposed.Eric S. Raymond2015-03-081-6/+2
* Clean up the HAVE_* namespace in conditionalization macros.Eric S. Raymond2015-03-071-3/+3
* Begin factoring out ntplib.Eric S. Raymond2015-03-071-0/+3
* Worst reason to remove an ugly kluge ever.Eric S. Raymond2015-02-261-8/+0
* gps.h gets installed in /usr/include and must not use other GPSD-specific files!Eric S. Raymond2015-02-261-1/+0
* TOFF JSON message implemented and documented.Eric S. Raymond2015-02-231-0/+3
* Abolish all confusing uses of the word 'drift' for a time delta.Eric S. Raymond2015-02-231-5/+13
* Feature removal - delete last remnants of old pre-JSON protocol from libgps.Eric S. Raymond2015-02-221-1/+0
* Avoid overexposure of an internal mask. EOF_SET -> EOF_ISEric S. Raymond2015-02-201-1/+1
* Comment typo fix. No code changes.Eric S. Raymond2015-02-151-1/+1
* Replace Gary's magic number 22 with TIMESPEC_LEN.Eric S. Raymond2015-02-121-1/+0
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-1/+1
* Add function timespec_str(), and use it.Gary E. Miller2015-02-051-0/+1
* Fix PPS vars in client-mode gpsmon.Eric S. Raymond2015-02-031-1/+1
* Comment possible numeric overflow in timespec_diff_ns()Gary E. Miller2015-02-021-0/+1
* Revert the change abolishing the "pps" policy flag, it broke gpsmon client mode.Eric S. Raymond2015-02-021-0/+1
* Add comment warning not to use doubles in PPS math.Gary E. Miller2015-02-011-2/+2
* Note potential loss of precision in timestamp_tGary E. Miller2015-01-311-0/+7
* API major version bump.Eric S. Raymond2015-01-251-3/+4
* Document recent changes.Eric S. Raymond2015-01-251-2/+4
* Add do { ... } while (0) around assignment in macroMatt2015-01-231-1/+1
* Add compiler.h with compiler specific macros.Zbigniew Chyla2015-01-211-8/+1
* Clean STATUS_DGPS_FIX out of the public interface. All regression tests pass.Eric S. Raymond2015-01-131-2/+1
* Fix a namespace-pollution issue that causes OS X build failures.Eric S. Raymond2015-01-091-16/+0
* Better way to avoid glibc dependency.Eric S. Raymond2014-09-291-0/+1
* Remove some custom code, at the cost of introducing a glibc depenency.Eric S. Raymond2014-09-251-1/+0
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-5/+9