summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-6/+3
* Reduce space required by devicelist now that it's in the main structure.Eric S. Raymond2014-08-231-8/+3
* PPS is no kinger marked unstable/experimental.Eric S. Raymond2014-08-231-1/+0
* Device list fully moved out of terminal union; all regression tests pass.Eric S. Raymond2014-08-231-7/+8
* Full implementation of AIS 'structured' bit. All regression tests pass.Eric S. Raymond2014-08-231-0/+1
* libgps version bump to 22: AIS types 6 and 8 get 'structured' member.Eric S. Raymond2014-08-231-1/+4
* Cirresct specification annd processing of Inland AIS Type 10 message.Eric S. Raymond2014-08-181-3/+3
* Fix an out of bounds on pulse[] in ppsthread.cGary E. Miller2013-11-301-1/+1
* Remove a bit of floating point that snuck into timespec_diff_ns()Gary E. Miller2013-11-301-2/+2
* timespec_diff_ns() must return a long, int is too short.Gary E. Miller2013-11-291-1/+2
* Investigating ways to get rid of CLOSE_DELAY in the test framework...Eric S. Raymond2013-11-271-1/+2
* Release-stamp the minor API bump that took place in 3.10.Eric S. Raymond2013-11-251-1/+1
* Restore inadvertently deleted code.Eric S. Raymond2013-11-201-0/+31
* Delete somebody's stray character.Eric S. Raymond2013-11-201-31/+0
* Fix up the pps=no build. All regression tests pass.Eric S. Raymond2013-11-171-0/+3
* ppsbar -> pps.Eric S. Raymond2013-11-131-2/+2
* Teach the client library about ppsbar...Eric S. Raymond2013-11-101-0/+1
* PPS events now show in gpsmon runb through the daemon.Eric S. Raymond2013-11-091-0/+1
* Unify time-difference computations. All regression tests pass, PPS is live.Eric S. Raymond2013-11-061-2/+3
* Fix up gpsprof's dime difference calculation and add a mtching C macro.Eric S. Raymond2013-11-031-0/+2
* Support reading PPS messages in libgps.Eric S. Raymond2013-11-031-3/+10
* Remove embarassing incorrect apostrophe.Eric S. Raymond2013-11-031-1/+1
* Some compilers barf if you name a struct member 'class'.Eric S. Raymond2013-10-061-1/+1
* Inland AIS full support (untested).Eric S. Raymond2013-10-061-0/+12
* Inland AIS Water level support is done except for the JSON dumping.Eric S. Raymond2013-10-051-0/+10
* Implement handling of Inland AIS EMMA warning.Eric S. Raymond2013-10-051-0/+27
* Support Inland AIS ship static and voyage-related data.Eric S. Raymond2013-10-021-0/+13
* Typo fix in some unused #defines.Eric S. Raymond2013-10-011-33/+33
* Support for Inland AISNumber of Persons On Board.Eric S. Raymond2013-10-011-0/+7
* Support for Inland AIS RTA at lock/bridge/terminal.Eric S. Raymond2013-10-011-0/+17
* Support for Inland AIS ETA at lock/bridge/terminal.Eric S. Raymond2013-10-011-0/+14
* Remove some unused and erroneously included structure fields.Eric S. Raymond2013-10-011-8/+0
* Axccept Persons On Board as either a type 6 or 8 message.Eric S. Raymond2013-10-011-0/+4
* Extract ITU-R 1371-4 model and serial fields from AIS Type24 messages.Eric S. Raymond2013-09-151-1/+5
* Split Type 24 reporting, including the -s option to gpsdecode.Eric S. Raymond2013-09-141-2/+9
* API ninoer version needs a bump due to the GPS_PATH_MAX chhange.Eric S. Raymond2013-09-131-0/+1
* Increase GPS_PATH_MAX to correspond to practice on modern Linuxes.Eric S. Raymond2013-09-131-1/+7
* RTCM3 R104 JSON unoacking.Eric S. Raymond2013-05-021-1/+1
* Unpack JSON for RTCM3 R1007, R1008, and R1009.Eric S. Raymond2013-05-011-17/+17
* Unpack RTCM3 1002 JSON (untested)Eric S. Raymond2013-05-011-2/+2
* Two missing fields in RTCM3 1001 parsing.Eric S. Raymond2013-05-011-1/+1
* Try being clearer about GLONASS satellite IDs.Eric S. Raymond2012-10-231-2/+1
* Mapping NMEA-ID (33..64) to SBAS PRN and minor refactoring.Michael Tatarinov2012-10-231-7/+13
* Lose the assumption that socket_t is an integer.Eric S. Raymond2012-09-221-0/+2
* Nuke trailing whitespace in C source.Eric S. Raymond2012-09-071-57/+57
* Ratuiinalize names of AIS scaling factors; all divisors now end with DIV.Eric S. Raymond2012-06-241-22/+22
* Partial structure for AIS Weather observation report from ship.Eric S. Raymond2012-06-241-0/+87
* Whitespace fixups.Eric S. Raymond2012-06-231-9/+9
* Yet more signedness correction.Eric S. Raymond2012-06-221-1/+1
* [AIS] Do scaling/offset operations only in json dumpChristian Gagneraud2012-06-051-16/+40