summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* RTCM3 message analysis for 1012 and 1013 is correct.Eric S. Raymond2011-04-121-2/+7
* Add const qualifiers to some arguments never modified.Eric S. Raymond2011-04-061-2/+3
* Autotools tentacle extraction.Eric S. Raymond2011-03-311-6/+17
* Shared-memory export is now integrated and documented.Eric S. Raymond2011-03-271-0/+2
* Begin splitting apart libgps_core.c into socket-export and generic functions.Eric S. Raymond2011-03-271-3/+10
* Re-identify most *_IS flags with corresponding *_SET flags.Eric S. Raymond2011-03-271-0/+1
* First cut at read side of shared-memory exporter.Eric S. Raymond2011-03-261-2/+2
* First cut at shared-memory export. Daemon-side only.Eric S. Raymond2011-03-251-0/+4
* Use truly 64-bit constants for the 64-bit gps_mask_t flags.Eric S. Raymond2011-03-231-31/+31
* In the client API, take the data buffer out of the gpsdata_t structure.Eric S. Raymond2011-03-181-5/+1
* rangerr -> prc, rangerate -> rrc in RTCM2Eric S. Raymond2011-03-151-4/+4
* issuedata -> iod in RTCM2Eric S. Raymond2011-03-151-1/+1
* Change a structure name to avoid a future API break.Eric S. Raymond2011-03-141-2/+13
* Yet more double->timestamp_t moves.Eric S. Raymond2011-03-101-2/+2
* Give timestamps their own typedef. No logic changes.Eric S. Raymond2011-03-101-7/+9
* Give gps_waiting() a timeout argument. Use it systematically in test clients.Eric S. Raymond2011-03-091-1/+1
* Update documentation about gps_read() and gps_waiting().Eric S. Raymond2011-03-071-1/+0
* Bug fixes for RTCM3 decoding. All regression tests pass.Eric S. Raymond2011-03-021-2/+2
* Tell the compiler that gos_errstr() ia an observer.Eric S. Raymond2011-03-011-1/+1
* A step towards decoding RTCM3.Eric S. Raymond2011-03-011-1/+1
* Replace the crappy old RTCM3 dumper with one that emits JSON.Eric S. Raymond2011-03-011-20/+21
* Reserve a flag bit.Eric S. Raymond2011-02-281-2/+3
* Reserve space for a feature.Eric S. Raymond2011-02-281-1/+2
* Implement and document RTCM 2.3 message type 13.Eric S. Raymond2011-02-281-0/+6
* Implement and document RTCM2.3 message type 14. All regression tests pass.Eric S. Raymond2011-02-281-0/+5
* Bump MAXCHANNELS to 72 in order to avoid a future ABI break.Eric S. Raymond2011-02-181-1/+1
* Attempt to ensure that mask constant expressions won't sign-extend.Eric S. Raymond2011-02-031-30/+30
* Partial splint and warning cleanup. All regression tests pass.Eric S. Raymond2011-02-031-31/+35
* Garbage-collect the client-side *SET flags.Eric S. Raymond2011-02-031-32/+30
* Cosmetic fix.Eric S. Raymond2011-02-021-21/+21
* More name changes related to GST.Eric S. Raymond2011-02-011-4/+4
* Change Noise sentence to use ISO8601 timestamp.Eric S. Raymond2011-02-011-5/+5
* Cleanup after the NOISE change. All regression tests pass.Eric S. Raymond2011-02-011-4/+1
* Process GPGST into noise statistics. All regression tests pass.Thomas Sprinkmeier2011-02-011-2/+19
* Clarify the release history.Eric S. Raymond2011-01-301-2/+2
* First moves in the direction of supporting IMO 289 subtypes of AIS message 8.Eric S. Raymond2011-01-301-1/+38
* Comment improvement.Eric S. Raymond2011-01-291-1/+1
* Reorganize stream argument flags, and create one for timing data.Eric S. Raymond2011-01-261-11/+12
* The raw_hook mwember and set_raw_hook are gone; client API cleanup is done.Eric S. Raymond2011-01-251-4/+0
* All the messy gpstime conversion stuff isin timebase.c now.Eric S. Raymond2011-01-201-2/+0
* compose sv health with loops rather than snprintfChris Kuethe2011-01-111-2/+1
* Remove subframesflag so they're omitted uncinditionally.Eric S. Raymond2011-01-101-2/+0
* Dump subframe 4 almanac to JSON too.Gary E. Miller2011-01-041-0/+1
* Enable gpspipe to start subframe reporting.Eric S. Raymond2011-01-041-0/+1
* Subframe 5 almanc part output to JSON.Gary E. Miller2011-01-031-0/+1
* Reporting framework for subframes. All regression tests pass.Eric S. Raymond2011-01-031-0/+1
* Decoded subframe data is now part of the session structure.Eric S. Raymond2011-01-011-1/+301
* More partial splint cleanup.Eric S. Raymond2010-12-081-1/+3
* Enhance the earth-distance() function to compute initial and final bearings...Gleb Smirnoff2010-10-231-0/+1
* Grab some headroom for future expansion.Eric S. Raymond2010-07-141-0/+1