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


Ignore:
Timestamp:
Apr 12, 2019, 10:11:11 AM (5 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r8659 r8678  
    226226      return;
    227227    }
    228     else if (eph->type() == t_eph::GLONASS && timeDiff > 2 * 3600) { // updated every 30 minutes
     228    else if (eph->type() == t_eph::GLONASS && timeDiff > 1 * 3600) { // updated every 30 minutes
    229229      eph->setCheckState(t_eph::outdated);
    230230      return;
     
    272272      return;
    273273    }
    274     else if (eph->type() == t_eph::GLONASS && dt > 2*3600) {
     274    else if (eph->type() == t_eph::GLONASS && dt > 1*3600) {
    275275      ephL->setCheckState(t_eph::outdated);
    276276      return;
Note: See TracChangeset for help on using the changeset viewer.