Changeset 8168 in ntrip for trunk/BNC/src/bncephuser.cpp


Ignore:
Timestamp:
Oct 26, 2017, 2:44:32 PM (7 years ago)
Author:
stuerze
Message:

IRNSS support is added in RINEX QC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncephuser.cpp

    r8077 r8168  
    235235    return;
    236236  }
     237  else if (eph->type() == t_eph::IRNSS   && timeDiff > 4*3600) { // update interval: 2h, data sets are valid for 4 hours
     238    eph->setCheckState(t_eph::outdated);
     239    return;
     240  }
    237241
    238242
     
    278282      return;
    279283    }
     284    else if  (eph->type() == t_eph::IRNSS  && dt > 4*3600) {
     285      ephL->setCheckState(t_eph::outdated);
     286      return;
     287    }
    280288
    281289    if (diff < MAXDIFF && diffC < MAXDIFF) {
Note: See TracChangeset for help on using the changeset viewer.