Changeset 7988 in ntrip for trunk/BNC


Ignore:
Timestamp:
Jul 25, 2016, 4:48:46 PM (8 years ago)
Author:
stuerze
Message:

reset of coordinate parameter is added to consider gaps

File:
1 edited

Legend:

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

    r7973 r7988  
    215215    }
    216216
    217     else if (par->type() == t_pppParam::amb) {
     217    else if (par->type() == t_pppParam::amb ||
     218             par->type() == t_pppParam::crdX ||
     219             par->type() == t_pppParam::crdY ||
     220             par->type() == t_pppParam::crdZ) {
    218221      if (par->lastObsTime().valid() && (epoTime - par->lastObsTime() > 60.0)) {
    219222        remove = true;
Note: See TracChangeset for help on using the changeset viewer.