Changeset 10217 in ntrip for trunk/BNC/src/PPP/pppSatObs.cpp


Ignore:
Timestamp:
Sep 26, 2023, 2:35:26 PM (7 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10042 r10217  
    101101            if (obs->_rnxType2ch == obsType.toStdString() &&
    102102                obs->_codeValid && obs->_code &&
    103                 obs->_phaseValid && obs->_phase &&
    104                 obs->_lockTimeValid &&  obs->_lockTime > 5.0) {
     103                obs->_phaseValid && obs->_phase) {
    105104              _obs[iFreq] = new t_frqObs(*obs); //cout << "================> newObs: " << obs->_rnxType2ch <<endl;
    106105            }
Note: See TracChangeset for help on using the changeset viewer.