From f9621160cc83851ca8e8c8672c7df46dad5505f1 Mon Sep 17 00:00:00 2001 From: "Gary E. Miller" Date: Thu, 7 Mar 2019 18:30:53 -0800 Subject: Change NMEA mode setting, thus major changes in gpsd_error_model(). The start of this overly large patch was to simply move the test for MODE_2D/3D flipping, which only affect NMEA 183, back into driver_nmea0813.c But that was intertwined with how gpsd_error_model() computes derived variables, which required major changes to how NMEA 183 mode_2D/3D are set. This ultimatly led to major regression test results. Almost all for the better. I tried to break it up, but moving from one paradigm to another needed one big jump... --- test/daemon/haicom-305N.log.chk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'test/daemon/haicom-305N.log.chk') diff --git a/test/daemon/haicom-305N.log.chk b/test/daemon/haicom-305N.log.chk index eec09be8..3f10d95e 100644 --- a/test/daemon/haicom-305N.log.chk +++ b/test/daemon/haicom-305N.log.chk @@ -30,8 +30,9 @@ $GPGGA,095303.808,2712.6404,S,15303.1201,E,0,00,17.0,4.0,M,42.2,M,,*7C $GPRMC,095303.808,V,2712.6404,S,15303.1201,E,0.00,0.00,080407,,,A*65 $GPVTG,0.00,T,,,0.00,N,0.00,K,A*70 $GPGGA,095304.802,2712.6520,S,15303.1397,E,1,00,17.0,3.0,M,42.2,M,,*7E -{"class":"TPV","mode":3,"lat":-27.210866667,"lon":153.052328333,"alt":3.000,"epv":0.000} +{"class":"TPV","mode":0} $GPGSA,A,2,05,12,30,,,,,,,,,,17.0,17.0,0.0*36 +{"class":"TPV","mode":2,"lat":-27.210866667,"lon":153.052328333,"alt":3.000} $GPGSV,3,1,12,2,15,123,,5,45,347,44,6,58,198,,7,45,212,*76 $GPGSV,3,2,12,10,44,132,,12,39,002,43,18,13,332,34,21,33,266,*79 $GPGSV,3,3,12,24,58,220,,26,17,053,,29,20,063,,30,60,311,45*7E -- cgit v1.2.1