| Commit message (Expand) | Author | Age | Files | Lines |
* | gps.h: Enlarge subtype[] to hold a ZED-F9 string. | Gary E. Miller | 2019-04-11 | 1 | -1/+2 |
* | gps.h: Add qErr to gps_fix_t. | Gary E. Miller | 2019-04-05 | 1 | -1/+3 |
* | gps: Note new gps_fix_t datum. | Gary E. Miller | 2019-03-26 | 1 | -0/+1 |
* | gps.h: Note stretch goal of 1-sigma for error estimates... | Gary E. Miller | 2019-03-26 | 1 | -0/+2 |
* | gpsutils: Add datum_code_string(). | Gary E. Miller | 2019-03-25 | 1 | -0/+1 |
* | gps_data_t: Add datum field. Add decode for $PGRMM. | Gary E. Miller | 2019-03-25 | 1 | -0/+1 |
* | Split epe into eph and sep. | Gary E. Miller | 2019-03-22 | 1 | -2/+9 |
* | Avoids troublesome dependency on M_LN2 from math.h. | Fred Wright | 2019-03-18 | 1 | -0/+4 |
* | Move epe from gps_data_t to be near its friends in gps_fix_t. | Gary E. Miller | 2019-03-15 | 1 | -3/+2 |
* | driver_nmea0183: Add STATUS_SIM. Update status in GPGGA. | Gary E. Miller | 2019-03-14 | 1 | -1/+2 |
* | gps.h: Add new options for gps_data_t->status | Gary E. Miller | 2019-02-06 | 1 | -1/+7 |
* | driver_sirf: Add support for MID 67.1 and MID 67.16. | Gary E. Miller | 2019-01-09 | 1 | -0/+2 |
* | Address Savannah bug #44951: Missing sequence ID fields in AIS Type 7 and 13... | Eric S. Raymond | 2018-12-26 | 1 | -0/+4 |
* | gps.h: add gnssID for IRNSS. India's GNSS. | Gary E. Miller | 2018-11-28 | 1 | -0/+3 |
* | RAW: Add c2c and l2c measurements. | Gary E. Miller | 2018-11-12 | 1 | -3/+5 |
* | GREIS: Add locktime to RAW, it is always LOCKMAX. | Gary E. Miller | 2018-11-11 | 1 | -0/+1 |
* | gps.h: How could we not have the speed of light? | Gary E. Miller | 2018-11-10 | 1 | -0/+2 |
* | rawdata: Add locktime field. | Gary E. Miller | 2018-11-06 | 1 | -1/+3 |
* | rawdata: change mtime from UTC to GPS. | Gary E. Miller | 2018-11-05 | 1 | -1/+2 |
* | rawdata: Note mtime is UTC, not GPS time | Gary E. Miller | 2018-11-05 | 1 | -1/+1 |
* | rawdata_t: Add lli (Loss of Lock Indicator( feild. | Gary E. Miller | 2018-11-05 | 1 | -0/+5 |
* | gps.h: Add RAW_SET flag. Now clients can tell if they get RAW data. | Gary E. Miller | 2018-10-30 | 1 | -2/+6 |
* | rawdata_t: Add freqid, needed for GLONASS on RINEX. | Gary E. Miller | 2018-10-29 | 1 | -1/+2 |
* | driver_ubx: Fill in the obs_code field in rawdata_t. | Gary E. Miller | 2018-10-29 | 1 | -1/+1 |
* | rawdata_t: Add obs_code. Observation Code needed for RINEX. | Gary E. Miller | 2018-10-29 | 1 | -0/+23 |
* | libgps_json: Add RAW decode. | Gary E. Miller | 2018-10-26 | 1 | -1/+1 |
* | rawdata_t: convert mtime from timestamp_t to timespec_t. | Gary E. Miller | 2018-10-26 | 1 | -1/+1 |
* | timebase: Add gpsd_gpstime_resolv(), deprecate gpsd_gpstime_resolve() | Gary E. Miller | 2018-10-26 | 1 | -0/+1 |
* | rawdata_t: rearrange structure again. | Gary E. Miller | 2018-10-26 | 1 | -22/+23 |
* | gps.h: rawdata:t, add more RINEX fields | Gary E. Miller | 2018-10-25 | 1 | -1/+9 |
* | Add RAW json messaage class for raw measurements. | Gary E. Miller | 2018-10-24 | 1 | -1/+3 |
* | rawdata_t: Change data structure. | Gary E. Miller | 2018-10-24 | 1 | -8/+8 |
* | gps.h: Add comment that ept is in seconds. | Gary E. Miller | 2018-09-25 | 1 | -1/+1 |
* | gps.h: add fregid for GLONASS. | Gary E. Miller | 2018-09-22 | 1 | -0/+1 |
* | gps.h: MAXCHANNELS from 72 to 120. | Gary E. Miller | 2018-09-22 | 1 | -1/+1 |
* | gps.h: add mtime field to attitude_t. | Gary E. Miller | 2018-09-22 | 1 | -10/+12 |
* | gps.h: add sigid to satellite_t. For u-blox 9 and NMEA 4.1 | Gary E. Miller | 2018-09-22 | 1 | -2/+18 |
* | gps.h: Add comment that u-blox 9 does not use PRN. | Gary E. Miller | 2018-09-22 | 1 | -1/+2 |
* | NEWS: mention new gnsid:svid | Gary E. Miller | 2018-09-19 | 1 | -0/+1 |
* | gps.h: remove wrong SBAS_PRN() | Gary E. Miller | 2018-09-19 | 1 | -9/+0 |
* | gps.h: remove unused, and wrong, macros. | Gary E. Miller | 2018-09-19 | 1 | -7/+4 |
* | gps.h: PRN is a mess, add gnssid:svid. | Gary E. Miller | 2018-09-19 | 1 | -1/+17 |
* | subtype: Make subtype string buffer longer. | Gary E. Miller | 2018-09-11 | 1 | -1/+2 |
* | ATT: centralize clearing of the attitude data. | Gary E. Miller | 2018-09-11 | 1 | -1/+2 |
* | Savannah issue #53671: policy_t -> gps_policy_t. | Gary E. Miller | 2018-07-26 | 1 | -2/+2 |
* | update gpsd to send arbitrary data to GPS from client | Gary E. Miller | 2018-07-14 | 1 | -0/+3 |
* | gps_read(): fix some nasty buffer overruns and corruptions. | Gary E. Miller | 2018-07-14 | 1 | -5/+6 |
* | $GPVTG Added parsing, storage, output of magnetic course | Daniel_M_Williams | 2018-06-12 | 1 | -1/+4 |
* | SPDXify the licerse references. | Eric S. Raymond | 2018-03-08 | 1 | -1/+1 |
* | ECEF: jiggle the ECEF data structure, add missing accuracies to client. | Gary E. Miller | 2018-02-16 | 1 | -1/+1 |