summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* gps.h: Add comment that ept is in seconds.Gary E. Miller2018-09-251-1/+1
* gps.h: add fregid for GLONASS.Gary E. Miller2018-09-221-0/+1
* gps.h: MAXCHANNELS from 72 to 120.Gary E. Miller2018-09-221-1/+1
* gps.h: add mtime field to attitude_t.Gary E. Miller2018-09-221-10/+12
* gps.h: add sigid to satellite_t. For u-blox 9 and NMEA 4.1Gary E. Miller2018-09-221-2/+18
* gps.h: Add comment that u-blox 9 does not use PRN.Gary E. Miller2018-09-221-1/+2
* NEWS: mention new gnsid:svidGary E. Miller2018-09-191-0/+1
* gps.h: remove wrong SBAS_PRN()Gary E. Miller2018-09-191-9/+0
* gps.h: remove unused, and wrong, macros.Gary E. Miller2018-09-191-7/+4
* gps.h: PRN is a mess, add gnssid:svid.Gary E. Miller2018-09-191-1/+17
* subtype: Make subtype string buffer longer.Gary E. Miller2018-09-111-1/+2
* 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