summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-10-24 18:46:57 -0700
committerGary E. Miller <gem@rellim.com>2018-10-24 18:46:57 -0700
commitafb75aeb519a2bbea6c1d081c936b1393c87b0a0 (patch)
tree233564d257ea89b8417ffd3c188ae7cbeecdf088 /gps.h
parent4a6b39d61494ce8ff89728287791f38f84e9719c (diff)
downloadgpsd-afb75aeb519a2bbea6c1d081c936b1393c87b0a0.tar.gz
Add RAW json messaage class for raw measurements.
Which bumps the JSON minor rev.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index a4e6ed12..2469a9f5 100644
--- a/gps.h
+++ b/gps.h
@@ -41,8 +41,10 @@ extern "C" {
* increased length of devconfig_t.subtype
* add gnssid:svid:sigid to satellite_t
* add mtime to attitude_t
+ * changed MAXCHANNELS
+ * 8.0 - Change shape of rawdata_t.
*/
-#define GPSD_API_MAJOR_VERSION 7 /* bump on incompatible changes */
+#define GPSD_API_MAJOR_VERSION 8 /* bump on incompatible changes */
#define GPSD_API_MINOR_VERSION 0 /* bump on compatible changes */
#define MAXCHANNELS 120 /* u-blox 9 tracks 140 signals */