summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* gps.h: Add gnssId definesGary E. Miller2019-05-141-0/+11
* gps.h: Another comment on sigId'sGary E. Miller2019-05-081-0/+1
* gps.h: Add commment on newer signal idsGary E. Miller2019-05-081-2/+2
* gps.h: Note undocumented QZSS PRN 6 and 7.Gary E. Miller2019-05-031-2/+2
* gps.h: Note that PRN is per NMEA 2.x to 4.0, not 4.10 or u-blox.Gary E. Miller2019-05-021-1/+2
* gps.h: Increase MAXCHANNELS to 140.Gary E. Miller2019-04-291-1/+2
* gps.h: More comments on gnssid:svid:sigidGary E. Miller2019-04-191-5/+12
* gps.h: Enlarge subtype[] to hold a ZED-F9 string.Gary E. Miller2019-04-111-1/+2
* gps.h: Add qErr to gps_fix_t.Gary E. Miller2019-04-051-1/+3
* gps: Note new gps_fix_t datum.Gary E. Miller2019-03-261-0/+1
* gps.h: Note stretch goal of 1-sigma for error estimates...Gary E. Miller2019-03-261-0/+2
* gpsutils: Add datum_code_string().Gary E. Miller2019-03-251-0/+1
* gps_data_t: Add datum field. Add decode for $PGRMM.Gary E. Miller2019-03-251-0/+1
* Split epe into eph and sep.Gary E. Miller2019-03-221-2/+9
* Avoids troublesome dependency on M_LN2 from math.h.Fred Wright2019-03-181-0/+4
* Move epe from gps_data_t to be near its friends in gps_fix_t.Gary E. Miller2019-03-151-3/+2
* driver_nmea0183: Add STATUS_SIM. Update status in GPGGA.Gary E. Miller2019-03-141-1/+2
* gps.h: Add new options for gps_data_t->statusGary E. Miller2019-02-061-1/+7
* driver_sirf: Add support for MID 67.1 and MID 67.16.Gary E. Miller2019-01-091-0/+2
* Address Savannah bug #44951: Missing sequence ID fields in AIS Type 7 and 13...Eric S. Raymond2018-12-261-0/+4
* gps.h: add gnssID for IRNSS. India's GNSS.Gary E. Miller2018-11-281-0/+3
* RAW: Add c2c and l2c measurements.Gary E. Miller2018-11-121-3/+5
* GREIS: Add locktime to RAW, it is always LOCKMAX.Gary E. Miller2018-11-111-0/+1
* gps.h: How could we not have the speed of light?Gary E. Miller2018-11-101-0/+2
* rawdata: Add locktime field.Gary E. Miller2018-11-061-1/+3
* rawdata: change mtime from UTC to GPS.Gary E. Miller2018-11-051-1/+2
* rawdata: Note mtime is UTC, not GPS timeGary E. Miller2018-11-051-1/+1
* rawdata_t: Add lli (Loss of Lock Indicator( feild.Gary E. Miller2018-11-051-0/+5
* gps.h: Add RAW_SET flag. Now clients can tell if they get RAW data.Gary E. Miller2018-10-301-2/+6
* rawdata_t: Add freqid, needed for GLONASS on RINEX.Gary E. Miller2018-10-291-1/+2
* driver_ubx: Fill in the obs_code field in rawdata_t.Gary E. Miller2018-10-291-1/+1
* rawdata_t: Add obs_code. Observation Code needed for RINEX.Gary E. Miller2018-10-291-0/+23
* libgps_json: Add RAW decode.Gary E. Miller2018-10-261-1/+1
* rawdata_t: convert mtime from timestamp_t to timespec_t.Gary E. Miller2018-10-261-1/+1
* timebase: Add gpsd_gpstime_resolv(), deprecate gpsd_gpstime_resolve()Gary E. Miller2018-10-261-0/+1
* rawdata_t: rearrange structure again.Gary E. Miller2018-10-261-22/+23
* gps.h: rawdata:t, add more RINEX fieldsGary E. Miller2018-10-251-1/+9
* Add RAW json messaage class for raw measurements.Gary E. Miller2018-10-241-1/+3
* rawdata_t: Change data structure.Gary E. Miller2018-10-241-8/+8
* gps.h: Add comment that ept is in seconds.Gary E. Miller2018-09-251-1/+1
* gps.h: add fregid for GLONASS.Gary E. Miller2018-09-221-0/+1
* gps.h: MAXCHANNELS from 72 to 120.Gary E. Miller2018-09-221-1/+1
* gps.h: add mtime field to attitude_t.Gary E. Miller2018-09-221-10/+12
* gps.h: add sigid to satellite_t. For u-blox 9 and NMEA 4.1Gary E. Miller2018-09-221-2/+18
* gps.h: Add comment that u-blox 9 does not use PRN.Gary E. Miller2018-09-221-1/+2
* NEWS: mention new gnsid:svidGary E. Miller2018-09-191-0/+1
* gps.h: remove wrong SBAS_PRN()Gary E. Miller2018-09-191-9/+0
* gps.h: remove unused, and wrong, macros.Gary E. Miller2018-09-191-7/+4
* gps.h: PRN is a mess, add gnssid:svid.Gary E. Miller2018-09-191-1/+17
* subtype: Make subtype string buffer longer.Gary E. Miller2018-09-111-1/+2