1、基站不用判断GGA的quality
This commit is contained in:
parent
4f05ba20dc
commit
cf1fe75183
@ -99,11 +99,11 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
|
||||
Gga gga = message.getGga();
|
||||
if(gga != null) {
|
||||
device1.updateSatelitesNum(gga.getSatellitesInUsed());
|
||||
if(gga.isFixed()) {
|
||||
//if(gga.isFixed()) { //基站的quality不会是4
|
||||
device1.setLatitude(gga.getLatitude());
|
||||
device1.setLongitude(gga.getLongitude());
|
||||
device1.setAltitude(gga.getAltitude());
|
||||
}
|
||||
//}
|
||||
}
|
||||
|
||||
return null;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user