summaryrefslogtreecommitdiff
path: root/drivers.c
Commit message (Collapse)AuthorAgeFilesLines
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-1/+1
|
* More work at separating the low-level decoder from the RTCM structure stuff.Eric S. Raymond2005-07-241-1/+1
|
* Fix some bugs in the RTCM104 interface.Eric S. Raymond2005-07-211-6/+1
|
* Turn RTCM processing into a real driver.Eric S. Raymond2005-07-191-1/+10
|
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-2/+2
|
* Switch to using C99 initializers everywhere.Eric S. Raymond2005-07-161-92/+92
|
* Stage one of making the RTCM decoder an ordinary driver. Merge the RTCMEric S. Raymond2005-07-161-1/+1
| | | | decoding context into the gps_device_t structure.
* gpsfake can feed the daemon an RTCM stream...Eric S. Raymond2005-07-161-3/+1
| | | | ...but the daemon cannot yet sync with it.
* In theory we now have an RTCM104 driver...Eric S. Raymond2005-07-131-0/+34
| | | | ...but there's no reporting code that ships the results to clients.
* Fix minor bugs reported by Oleg Gusev.Eric S. Raymond2005-07-131-2/+2
|
* Add literal_send for Oleg Gusev.Eric S. Raymond2005-07-111-10/+31
|
* Oleg Gusev's fixes.Eric S. Raymond2005-07-111-7/+7
|
* Configure DBUS correctly.Eric S. Raymond2005-07-111-1/+1
|
* Try to elicit an Evermore binary response.Eric S. Raymond2005-07-111-0/+11
|
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+19
|
* First cut at iTrax and iTalk support.Eric S. Raymond2005-07-111-3/+95
|
* Add a driver-prototype file. Clean up and fix RTCM passthrough.Eric S. Raymond2005-07-081-9/+12
|
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-1/+6
| | | | | I did this more to document the dependencies in the code than anything else.
* Big driver structure refactoring.Eric S. Raymond2005-07-081-1/+1
| | | | | Move stuff out of gps.h into driver-specific storage and local variables.
* Make sure the Evermore driver gets included in the strategy array.Eric S. Raymond2005-07-061-1/+4
|
* Added Sony support.Eric S. Raymond2005-07-061-0/+2
|
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+7
| | | | | | 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.
* Ready to ship 2.27.release-2.27Eric S. Raymond2005-07-061-1/+1
|
* Various small cleanups.Eric S. Raymond2005-06-151-2/+2
| | | | | Fix a return type. Note start-of-cycle in some test loads. Consolidate -DGNU_SOURCE loads.
* Refactor so the raw_hook dumping is done in handle_packet...Eric S. Raymond2005-06-121-3/+0
| | | | ...after the driver is called, rather than within the driver.
* Type cleanup.Eric S. Raymond2005-06-101-1/+1
| | | | | Mainly introducing size_t, speed_t, and bool to replace plain integral types. Passes all regression tests.
* 41 splint warnings.Eric S. Raymond2005-06-071-2/+2
| | | | | gps_mask_t type introduced so we won't wire in a bunch of dependencies on the size of the flag mask.
* 104 split errors. Some iffy changes to the TSIP driver.Eric S. Raymond2005-06-021-2/+2
|
* 680 splint warnings.Eric S. Raymond2005-05-271-4/+8
|
* 989 splint warnings. Fix getw() macro bug pointed out by Rob Janssen.Eric S. Raymond2005-05-271-4/+4
|
* Gary has a better fix.Eric S. Raymond2005-05-261-2/+3
|
* 1474 splint warnings.Eric S. Raymond2005-05-261-1/+1
|
* Down to 1545 splint warnings.Eric S. Raymond2005-05-261-8/+8
|
* Down to 1562 splint warnings.Eric S. Raymond2005-05-261-1/+1
|
* More splint cleanup. Down to 1689 warnings.Eric S. Raymond2005-05-261-1/+1
|
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-21/+21
|
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-1/+1
|
* Fix recognition of SiRF packets in an NMEA stream.Eric S. Raymond2005-05-241-1/+1
|
* Support R=2.Eric S. Raymond2005-05-241-1/+1
|
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-1/+4
|
* Cosmetic fixes.Eric S. Raymond2005-05-211-1/+1
|
* Dynamic SHM segment allocation.Eric S. Raymond2005-05-201-1/+1
|
* Better documentation of the new time patch.Eric S. Raymond2005-05-161-0/+1
|
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-1/+1
|
* NTP support for NMEA GPSes.Eric S. Raymond2005-05-161-0/+4
|
* Turn off sentences properly in SiRFII-NMEA.Eric S. Raymond2005-05-151-12/+7
|
* Fix for the other piece of Remco's bug.Eric S. Raymond2005-05-151-5/+4
|
* Enable build with SiRF-II support missing.Eric S. Raymond2005-05-131-0/+4
|
* Another round of fixes from Rob Janssen.Eric S. Raymond2005-04-301-1/+1
|
* O command now reports speeds in meters/sec, making the O report all SI units.Eric S. Raymond2005-04-271-2/+2
|