summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Son of the Splint Cleanup.Eric S. Raymond2009-09-101-1/+2
* Bride of the Splint Cleanup. All regression tests pass.Eric S. Raymond2009-09-101-3/+3
* More splint cleanup. All regression tests pass.Eric S. Raymond2009-09-091-3/+3
* IS8601 dump format and some defaults were slightly wrong.Eric S. Raymond2009-09-041-3/+3
* Use CYCLE_END condition for the 2-part mal-design of AIS message 24 properly.Eric S. Raymond2009-09-031-21/+13
* Break the cycle-start flag out of general status mask into its own field.Eric S. Raymond2009-09-031-4/+3
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-1/+2
* Generated AIS parser code compiles. All tests pass.Eric S. Raymond2009-09-011-6/+6
* Fix dumping of AIS message 19 (dte was missing). Eric S. Raymond2009-09-011-5/+7
* More code generation - up to AIS message 13 now.Eric S. Raymond2009-09-011-3/+3
* More code-generation machinery.Eric S. Raymond2009-09-011-1/+1
* Start on client-side parsing of AIS JSON. All regression tests pass.Eric S. Raymond2009-08-281-1/+1
* Fix a minor RTCM regression... Eric S. Raymond2009-08-271-7/+10
* Correct an erroneous type declration.Eric S. Raymond2009-08-271-1/+1
* Simplify some code by making a union anonymous.Eric S. Raymond2009-08-271-1/+1
* Stop trying to use enums in the RTCM2 structure...Eric S. Raymond2009-08-271-5/+12
* Add gps_errstr() to the client API so client code doesn't have toEric S. Raymond2009-08-261-8/+9
* Eliminate a couple more gps_query() uses.Eric S. Raymond2009-08-261-0/+1
* Simplify the implementation of ?WATCH.Eric S. Raymond2009-08-251-1/+1
* Unify CONFIGDEV and DEVICE responses.Eric S. Raymond2009-08-251-2/+1
* Introduce and document optional "enable" in ?WATCH.Eric S. Raymond2009-08-241-4/+7
* Correctly read JSON ERROR responses in the client library.Eric S. Raymond2009-08-231-1/+4
* Parse WATCH responses in the client library. All regression tests pass.Eric S. Raymond2009-08-231-5/+7
* Parse CONFIGDEV responses.Eric S. Raymond2009-08-231-1/+2
* Merge two structures that didn't need to exist separately. Eric S. Raymond2009-08-231-5/+5
* Major rearrangement of device members in struct gpsdata_t... Eric S. Raymond2009-08-231-6/+4
* Add flags argument to gps_stream().Eric S. Raymond2009-08-221-1/+6
* Introduce gps_stream() in the client API...Eric S. Raymond2009-08-221-0/+1
* Checkpoint before major surgery on gps.h. All regression tests pass.Eric S. Raymond2009-08-221-23/+38
* Parsing of JSON VERSION response, with unit test.Eric S. Raymond2009-08-191-0/+7
* Ship device flags as integer rather than string list.Eric S. Raymond2009-08-191-1/+1
* Change some flag names.Eric S. Raymond2009-08-191-4/+4
* Change enumerated array JSON type to yield a bitmask rather than an array.Eric S. Raymond2009-08-191-6/+5
* Library parse code, and unit test, for DEVICE responses.Eric S. Raymond2009-08-191-0/+7
* Checkpoint before giving the JSON parses a notion of enumerated types.Eric S. Raymond2009-08-191-0/+3
* Cleanups made possible by last refactoring.Eric S. Raymond2009-08-181-1/+2
* Move some struct gpsdata_t members around to get better space economy.Eric S. Raymond2009-08-181-62/+63
* Typo fix.Eric S. Raymond2009-08-181-1/+1
* Halfway to parsing ?DEVICES.Eric S. Raymond2009-08-181-0/+1
* A step twards reporting AIS data in gpsd. All regression tests pass.Eric S. Raymond2009-07-241-0/+1
* Use double rather than float for satellite signal strengths.Eric S. Raymond2009-07-131-1/+1
* actually, UNUSED is better for our purposes in gps.hChris Kuethe2009-07-061-0/+8
* Superstar2 can now stash raw measurements - Chris Kuethe2009-06-241-1/+1
* rename PSEUDORANGE_SET to RAW_SET...Chris Kuethe2009-06-241-8/+8
* change the signal strength member to float.Chris Kuethe2009-06-221-2/+2
* Add some hooks to start raw data processingChris Kuethe2009-06-211-2/+5
* AIS member name corrections, new details on out-of-band values from IALA.Eric S. Raymond2009-06-161-1/+1
* Add support for parsing and dumping AIS message types 20 and 22.Eric S. Raymond2009-06-151-0/+37
* Dump Navigation Aid types as strings.. Fix an attribute name.Eric S. Raymond2009-06-151-1/+1
* Teach AIVDM driver to handle AIS messages 15, 16, 17. Not yet tested.Eric S. Raymond2009-06-141-2/+38