summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* More geoid tweaks.Gary E. Miller2005-04-011-1/+1
* SiRF coordinate conversion should now work with all firmware versions.Eric S. Raymond2005-04-011-3/+0
* Two flags are no longer needed.Eric S. Raymond2005-04-011-2/+0
* Move all the datum-specific stuff into geoid.cEric S. Raymond2005-04-011-1/+3
* Use computed geoid separation rather than SiRF packet 42 MSL height.Eric S. Raymond2005-04-011-0/+2
* First cut to fix cast alignment issue.Gary E. Miller2005-04-011-1/+3
* Avoid a compile error in some odd configurations.Eric S. Raymond2005-03-311-1/+2
* Better time selection, from Robert Janssen.Eric S. Raymond2005-03-301-1/+3
* Rob Jannsen's second round of time patches.Eric S. Raymond2005-03-291-0/+6
* Recognize both GP and II packet leaders.Eric S. Raymond2005-03-291-8/+0
* Make the talker ID prefix a compile-time parameter.Eric S. Raymond2005-03-291-0/+8
* Another refactoring change, moves towards multisession.Eric S. Raymond2005-03-281-3/+1
* Change interface so there can be only one DGPS object per server...Eric S. Raymond2005-03-281-1/+2
* Change gps_session_t to gps_device_t.Eric S. Raymond2005-03-281-28/+28
* Enable compilation with --disable-earthmate.Eric S. Raymond2005-03-241-8/+8
* gpsutils.c needed its own header.Eric S. Raymond2005-03-241-5/+1
* Profiling is almost working. Now to figure out why GPS time is 11-12 secondsEric S. Raymond2005-03-241-0/+1
* Set timezone correctly.Eric S. Raymond2005-03-241-0/+1
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-0/+2
* Zodiac returns estimated speed error.Eric S. Raymond2005-03-221-3/+1
* Take the broken-out dates out of the session structure.Eric S. Raymond2005-03-221-3/+0
* 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