Changeset 9275 in ntrip for trunk


Ignore:
Timestamp:
Nov 25, 2020, 11:52:01 AM (3 years ago)
Author:
stuerze
Message:

small bug fixed

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncrtnetuploadcaster.cpp

    r9247 r9275  
    369369  int clkUpdInd = 2;         // 5 sec
    370370  int ephUpdInd = clkUpdInd; // default
     371
     372  if (!_samplRtcmEphCorr) {
     373    _samplRtcmEphCorr = 5.0;
     374  }
    371375
    372376  if (_samplRtcmClkCorr > 5.0 && _samplRtcmEphCorr <= 5.0) { // combined orb and clock
     
    742746  // Orbit and Clock Corrections together
    743747  // ------------------------------------
    744   if (_samplRtcmEphCorr == 0.0) {
     748  if (_samplRtcmEphCorr == _samplRtcmClkCorr) {
    745749    if (co.NumberOfSat[CLOCKORBIT_SATGPS] > 0
    746750        || co.NumberOfSat[CLOCKORBIT_SATGLONASS] > 0
Note: See TracChangeset for help on using the changeset viewer.