summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* Second step in library refactoring.Eric S. Raymond2005-03-221-0/+2
* Big structure reorganization.Eric S. Raymond2005-03-221-1/+1
* SiRF PVT updates are atomic now.Eric S. Raymond2005-03-211-0/+1
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-2/+1
* First cut at NTPD notifications.Eric S. Raymond2005-03-181-0/+6
* Fix some bugs in feature conditionalization.Eric S. Raymond2005-03-181-3/+9
* Split the handle_input method into packet-getter + packet-interpreter methods.Eric S. Raymond2005-03-171-3/+4
* Revised test on error modeling.Eric S. Raymond2005-03-161-0/+3
* SiRF rate-limit command is brain-dead, so we'll do it in the driver.Eric S. Raymond2005-03-161-0/+1
* N command is now fully implemented.Eric S. Raymond2005-03-151-1/+3
* First step towards implementing -'n' command -- define the driver slot.Eric S. Raymond2005-03-141-0/+1
* Packet engine rewrite to make automatic reconnect work again.Eric S. Raymond2005-03-141-10/+7
* oops, this was fixed in svn alreadyDerrick Brashear2005-03-121-7/+4
* __FD_SETSIZE is not so much portable.Derrick Brashear2005-03-121-4/+7
* Mac OS port fixes. Describe WAAS/EGNOS in the GPS Hacking document.Eric S. Raymond2005-03-121-1/+1
* Make sure a driver's initializer is always called when it's selected.Eric S. Raymond2005-03-101-0/+2
* Fix arithmetic mistake that kept us from seeing SiRF type 4 packets.Eric S. Raymond2005-03-101-1/+1
* Prerelease cleanup.Eric S. Raymond2005-03-101-0/+1
* Get rid of some now-unused members.Eric S. Raymond2005-03-061-10/+14
* Fix some errors in code conditioning, remove an unused variable.Eric S. Raymond2005-03-051-9/+3
* Probe functions are now a per-driver capability. Eric S. Raymond2005-03-051-2/+1
* We have zero configuration. The -T option is dead.Eric S. Raymond2005-03-041-5/+5
* GetPacket() hangs in a read loop. Gary E. Miller2005-03-021-0/+4
* Make ready for checkpoint release.Eric S. Raymond2005-03-021-24/+28
* Logic to automatically switch to SiRF binary... Eric S. Raymond2005-03-021-0/+1
* Prototype SiRF driver now returns geodetic altitude.Eric S. Raymond2005-03-021-0/+1
* Clean up after PROFILING removal.Eric S. Raymond2005-03-011-2/+0
* Raw mode from binary drivers should report geoidal separation.Eric S. Raymond2005-03-011-0/+1
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-0/+2
* Packet engine now copes gracefully when reads span packet boundaries.Eric S. Raymond2005-02-281-8/+3
* Turn the private seconds member into a double so it can hold info aboutEric S. Raymond2005-02-281-1/+2
* Turns out reliable sync isn't good enough for some SiRF chips. you reallyEric S. Raymond2005-02-261-1/+0
* Baud- and stopbit-hunting works well enough now that we no longer need to keepEric S. Raymond2005-02-261-7/+6
* If Garmin sentence is not available, compute estimated position error from DOP.Eric S. Raymond2005-02-261-0/+37
* Explicit support for the FV18 is gone, instead we ship its init string at everyEric S. Raymond2005-02-261-2/+2
* e now iterate over 1 or 2 stop bits as well as baudrates.Eric S. Raymond2005-02-261-1/+2
* Expose another packet-engine entry point.Eric S. Raymond2005-02-251-0/+1
* First step in integrating the new packet sniffer. This version works, Eric S. Raymond2005-02-251-2/+24
* More efficient baud hunting -- always start at the last successful speed,Eric S. Raymond2005-02-241-2/+2
* Factor out sync after write.Eric S. Raymond2005-02-231-0/+1
* Baud-rate changes in this one work on both BU-303 and TN-200.Eric S. Raymond2005-02-211-1/+1
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-1/+2
* Speed switching is now a per-driver capability.Eric S. Raymond2005-02-201-0/+1
* Better name for DTIME macro. Other small cleanups.Eric S. Raymond2005-02-171-1/+1
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-0/+4
* Fully implement C (cycle) command.Eric S. Raymond2005-02-141-1/+1
* Refactored so the binary dump stuff is not duplicated.Eric S. Raymond2005-02-141-2/+9
* Integrate first-cut Garmin binary driver.Eric S. Raymond2005-02-141-5/+7
* Refactor so the baud-rate setting is all in one place.Eric S. Raymond2005-02-131-8/+1
* SETTLE_TIME needs to be used in two places.Eric S. Raymond2005-02-131-0/+7