Changeset 9447 in ntrip for trunk/BNC


Ignore:
Timestamp:
May 26, 2021, 11:34:27 PM (3 years ago)
Author:
stuerze
Message:

update regarding PPP

File:
1 edited

Legend:

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

    r9439 r9447  
    396396    }
    397397
     398    else if (par->type() == t_pppParam::ion) {
     399      if (OPT->_obsModelType == OPT->DCMcodeBias ||  OPT->_obsModelType == OPT->DCMphaseBias) {
     400        if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 1.0)) {
     401            remove = true;
     402        }
     403      }
     404      else {
     405        if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 60.0)) {
     406            remove = true;
     407        }
     408      }
     409    }
    398410    if (remove) {
    399411      delete par;
Note: See TracChangeset for help on using the changeset viewer.