summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* Fix some documentation.Eric S. Raymond2005-07-251-0/+29
* Break isgps.c apart from rtcm.c.Eric S. Raymond2005-07-251-0/+7
* More separation of the low-level decoder.Eric S. Raymond2005-07-241-4/+4
* More work at separating the low-level decoder from the RTCM structure stuff.Eric S. Raymond2005-07-241-5/+5
* Support, and document, dumping packets of unknown type.Eric S. Raymond2005-07-231-0/+2
* Fix some bugs in the RTCM104 interface.Eric S. Raymond2005-07-211-2/+5
* This defines NAN for us where needed.Chris Kuethe2005-07-201-0/+8
* For operating systems that don't have round/roundf, fake it with rint/rinfChris Kuethe2005-07-201-3/+5
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-1/+1
* Factor out subframe interpretation so EverMore can use it.Eric S. Raymond2005-07-201-0/+2
* More debugging machinery for RTCM tests.Eric S. Raymond2005-07-201-1/+1
* Add progress messages to gpsflash. splint cleanup.Eric S. Raymond2005-07-191-1/+1
* Turn RTCM processing into a real driver.Eric S. Raymond2005-07-191-2/+2
* RTCM structure is going to have to be user-visible...Eric S. Raymond2005-07-191-83/+1
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-0/+1
* TSIP patch to add wrapup hook that restores old serial-line parameters.Eric S. Raymond2005-07-171-0/+1
* This is a checkpoint for Wolfgang to look at.Eric S. Raymond2005-07-171-3/+3
* I missed Wolfgang's #if 0; fix bugs inside that.Eric S. Raymond2005-07-171-2/+2
* In theory we now have a complete decoder.Eric S. Raymond2005-07-171-9/+47
* This goes with parsing RTCM message 3.Eric S. Raymond2005-07-161-0/+3
* Step two in RTCM merge: it no longer has a separate header.Eric S. Raymond2005-07-161-1/+0
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-1/+56
* Break the packet tester code out into a separate program. Eric S. Raymond2005-07-161-0/+1
* rtcm.c is properly refactored, with the bitfield layouts hidden.Eric S. Raymond2005-07-161-1/+1
* Splint-clean the srecord code.Eric S. Raymond2005-07-151-6/+6
* Remove SiRF-specific assumptions from srecord.c and add it to libgps.c Eric S. Raymond2005-07-151-0/+8
* Another step towards RTCM104 integration.Eric S. Raymond2005-07-131-0/+1
* Merge working Evermore state-machine from Petr Slansky.Eric S. Raymond2005-07-131-15/+5
* Tighten up a buffer size.Eric S. Raymond2005-07-121-1/+2
* Bimary member cleanup.Eric S. Raymond2005-07-111-2/+2
* Make sure ITALK_ENABLE implies BINARY_ENABLE.Eric S. Raymond2005-07-111-1/+1
* Add support for the 2-field return of C to client libraries.Eric S. Raymond2005-07-111-1/+1
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+3
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-0/+1
* Try to fix Oleg's automake problem. More doc fixes.Eric S. Raymond2005-07-081-0/+6
* Add a driver-prototype file. Clean up and fix RTCM passthrough.Eric S. Raymond2005-07-081-0/+2
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-0/+2
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-0/+8
* Big driver structure refactoring.Eric S. Raymond2005-07-081-1/+6
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+2
* Gather all the error-modeling into one spot.Eric S. Raymond2005-07-011-7/+2
* Move driver-specific members into a union in order to save some storage.Eric S. Raymond2005-07-011-34/+44
* Get the length of an RTCM104 message right.Eric S. Raymond2005-07-011-1/+16
* More small pre-release cleanups.Eric S. Raymond2005-06-301-3/+5
* Experimental code to hunt for a DGPSIP server.Eric S. Raymond2005-06-291-0/+2
* Clean up DGPSIP a bit more, some variables don't need to be per-session.Eric S. Raymond2005-06-291-4/+4
* Pull the DGPSIP code into its own module.Eric S. Raymond2005-06-291-6/+14
* Eliminate use of FIONREAD.Eric S. Raymond2005-06-281-3/+2
* Modify garmin code to remove calloc(). GarminBuffer is now in gps_device_t.Gary E. Miller2005-06-281-3/+1
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-1/+2