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


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

update regarding PPP

File:
1 edited

Legend:

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

    r9431 r9432  
    606606      if (_obsPool->refSatChanged()) {
    607607        if(_filter->datumTransformation() != success) {
    608           LOG << "_filter->datumTransformation() != success" << endl;
     608          LOG << "pppFilter::datumTransformation() != success" << endl;
    609609          return finish(failure);
    610610        }
    611611        else {
    612           LOG << "_filter->datumTransformation() == success" << endl;
     612          LOG << "pppFilter::datumTransformation() == success" << endl;
    613613          if (!_obsPool->refSatChangeRequired()) {
    614614            _obsPool->saveLastEpoRefSats();
     
    891891      return failure;
    892892    }
    893     QString str;LOG << prn.toString() << endl;
     893    QString str;
    894894    if (prn == _obsPool->getRefSatMapElementLastEpoch(sys) ||
    895895               _obsPool->getRefSatMapElementLastEpoch(sys) == t_prn() )  {
Note: See TracChangeset for help on using the changeset viewer.