Changeset 9671 in ntrip for branches/BNC_2.12/src/combination


Ignore:
Timestamp:
Apr 4, 2022, 2:16:06 PM (2 years ago)
Author:
stuerze
Message:

minor changes to allow combination sampling iterval of 5 seconds

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/combination/bnccomb.cpp

    r9269 r9671  
    142142  _cmbSampl = settings.value("cmbSampl").toInt();
    143143  if (_cmbSampl <= 0) {
    144     _cmbSampl = 10;
     144    _cmbSampl = 5;
    145145  }
    146146
     
    180180    _ssrCorr = new SsrCorrIgs();
    181181  }
    182  
     182
    183183  _rtnetDecoder = 0;
    184184
     
    410410    else {
    411411      QMap<t_prn, t_orbCorr>& storage = _orbCorrections[acName];
    412       if (!storage.contains(clkCorr._prn)  || 
     412      if (!storage.contains(clkCorr._prn)  ||
    413413           storage[clkCorr._prn]._iod != newCorr->_iod) {
    414414        delete newCorr;
Note: See TracChangeset for help on using the changeset viewer.