Changeset 9552 in ntrip for trunk/BNC/src/PPP


Ignore:
Timestamp:
Nov 24, 2021, 11:33:13 AM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

Location:
trunk/BNC/src/PPP
Files:
3 edited

Legend:

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

    r9551 r9552  
    669669      if (_filter->processEpoch() != success) {
    670670        LOG << "filter->processEpoch() != success" << endl;
    671         if (_filter->ageOfLastSolutionOK() >= 120) {
    672           reset();
    673         }
    674671        return finish(failure,7);
    675672      }
  • trunk/BNC/src/PPP/pppFilter.h

    r9551 r9552  
    6161    return 0.0;
    6262  };
    63   double ageOfLastSolutionOK() { return (_epoTime - _lastEpoTimeOK);}
    6463
    6564 private:
  • trunk/BNC/src/PPP/pppSatObs.cpp

    r9551 r9552  
    344344  }
    345345  if (tLC == t_lc::GIM) {
    346     retVal = 3.0 * (OPT->_sigmaGIM * OPT->_sigmaGIM + OPT->_sigmaGIM * OPT->_sigmaGIM);
     346    retVal = it->second * it->second * OPT->_maxResGIM * OPT->_maxResGIM;
    347347  }
    348348
Note: See TracChangeset for help on using the changeset viewer.