Ignore:
Timestamp:
Oct 26, 2017, 2:43:58 PM (6 years ago)
Author:
stuerze
Message:

IRNSS support is added in RINEX QC

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/bncephuser.cpp

    r8076 r8167  
    235235    return;
    236236  }
    237 
     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  }
    238241
    239242  // Check consistency with older ephemerides
     
    277280      return;
    278281    }
     282    else if  (eph->type() == t_eph::IRNSS  && dt > 4*3600) {
     283      ephL->setCheckState(t_eph::outdated);
     284      return;
     285    }   
    279286
    280287    if (diff < MAXDIFF && diffC < MAXDIFF) {
Note: See TracChangeset for help on using the changeset viewer.