Changeset 10569 in ntrip for trunk/BNC/src
- Timestamp:
- Oct 24, 2024, 10:15:30 AM (5 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/RTCM3/RTCM3coDecoder.cpp
r10553 r10569 661 661 QDate date = dateAndTimeFromGPSweek(currentTime.gpsw(), currentTime.gpssec()).date(); 662 662 if (_type == IGSssr) { 663 if (epoSecGPS != -1 && epoSecGPS !=epoSecGlo) {// should be not done in case of an IGS-SSR encoding error => line has to be deleted663 if (epoSecGPS != epoSecGlo) {// should be not done in case of an IGS-SSR encoding error => line has to be deleted 664 664 epoSecGlo = epoSecGlo + gnumleap(date.year(), date.month(), date.day()); 665 665 }
Note:
See TracChangeset
for help on using the changeset viewer.