Changeset 9545 in ntrip for trunk/BNC/src/PPP/pppParlist.cpp


Ignore:
Timestamp:
Nov 16, 2021, 1:58:13 PM (2 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9535 r9545  
    448448
    449449    else if (par->type() == t_pppParam::amb) {
     450      if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 60.0)) {
     451          remove = true;
     452      }
    450453      if (OPT->_obsModelType == OPT->DCMcodeBias ||
    451454          OPT->_obsModelType == OPT->DCMphaseBias) {
     
    453456        t_prn refPrn = (refSatMap[sys])->prn();
    454457        if (par->lastObsTime().valid() && par->prn() == refPrn) {
    455             remove = true;
    456         }
    457       }
    458       else {
    459         if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 60.0)) {
    460458            remove = true;
    461459        }
     
    875873        << endl;
    876874  }
     875  return;
    877876}
    878877
Note: See TracChangeset for help on using the changeset viewer.