Changeset 9431 in ntrip for trunk/BNC/src/PPP/pppClient.cpp


Ignore:
Timestamp:
May 18, 2021, 5:15:10 PM (3 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppClient.cpp

    r9419 r9431  
    611611        else {
    612612          LOG << "_filter->datumTransformation() == success" << endl;
    613           _obsPool->saveLastEpoRefSats();
     613          if (!_obsPool->refSatChangeRequired()) {
     614            _obsPool->saveLastEpoRefSats();
     615          }
    614616        }
    615617      }
     
    644646            (_opt->_obsModelType == OPT->DCMcodeBias ||
    645647             _opt->_obsModelType == OPT->DCMphaseBias ||
    646              _opt->_pseudoObsIono)) {
     648             _opt->_pseudoObsIono)
     649           ) {
    647650          LOG << "refSatChanged()" << endl;
    648651            epochReProcessing = true;
     
    685688        epochReProcessing = false;
    686689      }
     690
    687691    } while (epochReProcessing);
     692
    688693  }
    689694  catch (Exception& exc) {
     
    886891      return failure;
    887892    }
    888     QString str;
     893    QString str;LOG << prn.toString() << endl;
    889894    if (prn == _obsPool->getRefSatMapElementLastEpoch(sys) ||
    890895               _obsPool->getRefSatMapElementLastEpoch(sys) == t_prn() )  {
Note: See TracChangeset for help on using the changeset viewer.