summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Work around, and document, a subtle limitation of libgps.Eric S. Raymond2009-11-191-2/+3
* Keep validity flags for the client-side union in a valid state.Eric S. Raymond2009-11-181-2/+3
* Comment fix.Eric S. Raymond2009-11-171-1/+1
* Comment typo fix.Eric S. Raymond2009-11-121-1/+1
* The new instrumentation pays off. Eric S. Raymond2009-10-021-1/+3
* Clear up some driver-level confusion surrounding timestamp setting.Eric S. Raymond2009-10-011-1/+1
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-1/+1
* Clean up the daemon mask values. All regressions pass.Eric S. Raymond2009-09-301-15/+15
* Rip out most of the old profiling support.Eric S. Raymond2009-09-291-20/+10
* Beginning of revised profiling facility.Eric S. Raymond2009-09-291-0/+1
* Remove a flag associated with the old profiling feature.Eric S. Raymond2009-09-291-1/+0
* Regression fixed. All tests pass. Code splints clean.Eric S. Raymond2009-09-251-0/+1
* Improvements to the logic for TIMINGS.Eric S. Raymond2009-09-241-1/+1
* C and Python libraries now speak both new and old protocol... Eric S. Raymond2009-09-241-1/+5
* Better description of new Python API. Eric S. Raymond2009-09-241-1/+1
* Get rid of a trick macro that's not actually needed.Eric S. Raymond2009-09-241-1/+0
* gps_stream() gets a third argument for future expansion. Eric S. Raymond2009-09-241-1/+1
* gps_query() is removed.Eric S. Raymond2009-09-231-1/+0
* Introduce gps_send() to the C API.Eric S. Raymond2009-09-231-0/+1
* New protocol can now ship profiling information, like old $.Eric S. Raymond2009-09-231-0/+1
* Fully support AIS type 22 and 23 messages. All regression tests pass.Eric S. Raymond2009-09-221-1/+16
* Separate WATCH_NMEA from WATCH_RAW in the visible API.Eric S. Raymond2009-09-211-4/+5
* Ensure that the C and Python flag masks are consistent.Eric S. Raymond2009-09-201-1/+1
* Make a re-entrance-friendly version of gps_open().Eric S. Raymond2009-09-191-1/+3
* Add ckuethe's most requested JSON feature: WATCH a specified single device only.Eric S. Raymond2009-09-191-1/+2
* Daemon now has its own version symbols for the wire protocol...Eric S. Raymond2009-09-181-2/+2
* The NMEA-dump flags is now properly separated from the raw flag. Eric S. Raymond2009-09-181-3/+4
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-5/+5
* SKY response now includes DOP reports.Eric S. Raymond2009-09-151-1/+1
* Separate DOP flags are gone.Eric S. Raymond2009-09-151-10/+5
* Give DOPs their own structure...Eric S. Raymond2009-09-151-1/+6
* J command and switch are gone.Eric S. Raymond2009-09-111-3/+1
* 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