Changeset 9276 in ntrip
- Timestamp:
- Nov 25, 2020, 11:58:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/upload/bncrtnetuploadcaster.cpp
r9249 r9276 368 368 int clkUpdInd = 2; // 5 sec 369 369 int ephUpdInd = clkUpdInd; // default 370 371 if (!_samplRtcmEphCorr) { 372 _samplRtcmEphCorr = 5.0; 373 } 370 374 371 375 if (_samplRtcmClkCorr > 5.0 && _samplRtcmEphCorr <= 5.0) { // combined orb and clock … … 740 744 // Orbit and Clock Corrections together 741 745 // ------------------------------------ 742 if (_samplRtcmEphCorr == 0.0) {746 if (_samplRtcmEphCorr == _samplRtcmClkCorr) { 743 747 if (co.NumberOfSat[CLOCKORBIT_SATGPS] > 0 744 748 || co.NumberOfSat[CLOCKORBIT_SATGLONASS] > 0
Note:
See TracChangeset
for help on using the changeset viewer.