summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* [AIS] Met/Hydro: fixes and improvementsChristian Gagneraud2012-06-051-5/+7
* GPS_PATH_MAX needs to be longer to handle Linux persistent device names.Marti Bolivar2012-05-241-1/+1
* [AIS] Add UK/ROI AtoN monitoring data message handlingChristian Gagneraud2012-05-231-0/+11
* Pacify splint.Eric S. Raymond2012-05-211-1/+0
* [AIS] Use a dedicated stucture for IMO236 met/hydro messageChristian Gagneraud2012-05-201-2/+67
* [AIS] Typos fixes and other nitpicksChristian Gagneraud2012-05-201-1/+1
* Remove duplicate symbol. Code is now found clean by cppcheck 1.52.Eric S. Raymond2012-05-181-1/+1
* Typo fix.Eric S. Raymond2012-05-021-1/+1
* Add a conversion constant requred for DBT sentences.Eric S. Raymond2012-03-051-0/+1
* The attached patch fixes decoding of several subframe fields:Alexey Illarionov2012-03-041-2/+2
* Used clock_gettime() instead of gettimeofday() if possible.Michael Tatarinov2011-10-201-3/+0
* Ensure that enabling timing won't break object file compatibility.Eric S. Raymond2011-10-091-5/+0
* Clean up some variable names.Eric S. Raymond2011-10-071-2/+2
* splint cleanup.Eric S. Raymond2011-09-281-1/+1
* Canned mainloop function for socket export...Eric S. Raymond2011-09-281-0/+4
* Break out prototypes for client library export methgods into a new heasder.Eric S. Raymond2011-09-281-23/+1
* Abstract out the shm export main loop.Eric S. Raymond2011-09-281-0/+2
* Get back to a state where the shm export works.Eric S. Raymond2011-09-271-7/+2
* Converge the library APIs for different transports more closely.Eric S. Raymond2011-09-271-2/+7
* More refactoring.Eric S. Raymond2011-09-271-5/+8
* More refactoring. Bring DBUS API closer to the generic one.Eric S. Raymond2011-09-271-2/+5
* Avoid code duplication of DBUS client stuff.Eric S. Raymond2011-09-261-0/+2