summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* gpsd.h: add ubx.iTOW and ubx.last_iTOW. No functional changes.Gary E. Miller2019-04-221-0/+3
* gpsd.h: Add last_gsv_sigid for GSV state tracking.Gary E. Miller2019-04-191-3/+8
* net_ntrip: Pretend we understand RTCM 3.3Gary E. Miller2019-04-181-0/+1
* gpsd.h: MAX_PACKET_LENGTH 516 -> 9216Gary E. Miller2019-04-141-1/+3
* driver_ubx: Working cycle end detection.Gary E. Miller2019-04-131-3/+4
* ubxtool: Add end of cycle detection.Gary E. Miller2019-04-121-3/+3
* driver_ubx: Add ubx.protver, and more, to gps_device_t.Gary E. Miller2019-04-121-0/+4
* gpsd.h: Make subtype longer for ZED-F9Gary E. Miller2019-04-111-1/+3
* driver_ubx: Stop computing epx/epy, let gpsd_error_model() do it.Gary E. Miller2019-03-261-8/+0
* Fix fencepost errors in GPS epoch (mainly comments).Fred Wright2019-03-201-1/+1
* gpsd.h: Adds missing include for fd_set.Fred Wright2019-03-181-2/+4
* driver_nmea0183: Fix 32/64 bug in cycle enders.Gary E. Miller2019-03-181-2/+2
* driver_nmea0183: Another place ss.ss -> ss.sssGary E. Miller2019-03-151-2/+2
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-0/+2
* driver_nmea0183: Fix SiRFstarV in NMEA mode with last_gga_talkerGary E. Miller2019-02-041-0/+1
* gpsd.h: Make cfg_step and cfg_stage part of session.Gary E. Miller2019-01-241-3/+5
* nanowait(): move prototupe from gpsd.h to timespec.hGary E. Miller2018-12-271-2/+0
* Factor most uses of pselect(2) into a new utility function named 'nanowait'.Eric S. Raymond2018-12-271-0/+2
* GREIS: Add decodes for [RC] and [PC]Gary E. Miller2018-11-101-0/+2
* timebase: Add gpsd_gpstime_resolv(), deprecate gpsd_gpstime_resolve()Gary E. Miller2018-10-261-0/+2
* Add RAW json messaage class for raw measurements.Gary E. Miller2018-10-241-1/+2
* Versions in C and Python were out of sync.Gary E. Miller2018-10-011-2/+3
* gpsd.h: bump GPSD_PROTO_MINOR_VERSION to 13Gary E. Miller2018-10-011-1/+3
* subtype: Make subtype string buffer longer.Gary E. Miller2018-09-111-1/+1
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-7/+33
* Support Galileo $GA... talkers and fix a couple of $GB casesChris Lawrence2018-06-151-0/+2
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Fixes broken 'GPSD' SHM export.Fred Wright2017-03-241-0/+1
* Windows libgps supportRobert Norris2017-02-171-1/+12
* Fixes some issues with C++11.Fred Wright2017-01-241-8/+7
* Eliminates autogeneration of gpsd.h.Fred Wright2017-01-241-0/+1003
* Generate gpsd.h so it will contain all relevant configure switches.Eric S. Raymond2007-03-261-458/+0
* First step of a layering fix: move the private ldisc member to gpsd.h.Eric S. Raymond2007-03-261-0/+3
* Document the fact that the reason we accept oversized NMEA sentences is...Chris Kuethe2007-03-141-0/+1
* While NMEA lines shouldn't be more than 82 characters, one of my receivers...Chris Kuethe2007-03-141-1/+1
* Better error modelling. Chris Kuethe2007-01-271-2/+1
* having both enable-italk and enable-itrax is dumb. Chris Kuethe2006-12-281-7/+9
* magic to make the UBX SVINFO message parseChris Kuethe2006-12-271-3/+3
* The start of a UBX driver, from Andreas Stricker. Not yetChris Kuethe2006-12-151-1/+22
* add a --enable-gpsd-user configure option. Chris Kuethe2006-12-151-3/+0
* Diego Burge's driver builds, but it messes up some regression tests...Eric S. Raymond2006-12-151-0/+2
* Make the code for Magnavox-format output work again...Eric S. Raymond2006-12-041-0/+4
* Change the way the RTCM decoding is layered... Eric S. Raymond2006-12-041-5/+3
* Hide an RTCM detail better. No logic changes. All regression tests pass.Eric S. Raymond2006-12-031-1/+0
* This is a try at re-merging my changes.Eric S. Raymond2006-12-011-89/+112
* Move some includes around and protect them properly.Chris Kuethe2006-12-011-8/+5
* Chris's build broke after my attempt to clean up gpsd.h on 30 Nov 2006.Eric S. Raymond2006-12-011-111/+108
* Fix ALLOW_RECONFIGURE compilation.Eric S. Raymond2006-12-011-8/+9
* Separate the packet-level stuff from the rest of the library declarations.Eric S. Raymond2006-11-301-108/+111
* Check in regress-builder, after having used it to detect some minor buildEric S. Raymond2006-11-301-2/+2