增加GGA的解析

This commit is contained in:
weidong 2024-02-01 10:01:19 +08:00
parent d1a0aa941c
commit 4ccc87c121

View File

@ -59,7 +59,7 @@ public class D331RtcmMessageExecutor implements Executor<D331RtcmMessage, Void>
if(gga != null) {
logger.info(message.getId()+
" lat: "+gga.getLatitude()+
" lon:"+gga.getLatitude()+
" lon:"+gga.getLongitude()+
" alt: "+gga.getAltitude()+
" sat: "+gga.getSatellitesInUsed()+
" quality: "+gga.getQuality());