summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Collapse)AuthorAgeFilesLines
* Sepatate character from retry counters.Eric S. Raymond2005-07-261-1/+2
|
* Big-endian support in rtcm.c.Eric S. Raymond2005-07-261-29/+0
|
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-1/+1
|
* Narrow an interface.Eric S. Raymond2005-07-251-2/+1
|
* 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
| | | | | | There is talk of Bad Stuff happening when NAN is just a global ifndef/define/endif, so we wrap it in tests for OSes where we know we don't have NAN.
* For operating systems that don't have round/roundf, fake it with rint/rinfChris Kuethe2005-07-201-3/+5
| | | | | | cast to the appropriate type. The right fix of course is to get all OSes to keep up with all standards, but for now, since configure tests for round(), we may as well make use of that test.
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-1/+1
| | | | out subframe processing.
* 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
| | | | ...if the client library passes up the data.
* 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
| | | | decoding context into the gps_device_t structure.
* Break the packet tester code out into a separate program. Eric S. Raymond2005-07-161-0/+1
| | | | Fix the state table regenerator so it conditionalizes the token list.
* 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
| | | | for future use.
* 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
| | | | Also merge in hooks that connect RTCM parsing to the packet getter.
* 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
| | | | | I did this more to document the dependencies in the code than anything else.
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-0/+8
|
* Big driver structure refactoring.Eric S. Raymond2005-07-081-1/+6
| | | | | Move stuff out of gps.h into driver-specific storage and local variables.
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+2
| | | | | | Satellite-picture packets are not yet completely interpreted. We don't know a probe string yet, so it might take as long as ten minutes for this driver to switch over.
* 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
|