Changeset 9199 in ntrip


Ignore:
Timestamp:
Nov 1, 2020, 12:19:46 AM (3 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r9198 r9199  
    237237    }
    238238    // updated every 30 minutes
    239     else if (eph->type() == t_eph::GLONASS && dt >   3600) {
     239    else if (eph->type() == t_eph::GLONASS && dt > 2*3600) {
    240240      eph->setCheckState(t_eph::outdated);
    241241      return;
     
    289289      return;
    290290    }
    291     else if (eph->type() == t_eph::GLONASS && dt >    3600) {
     291    else if (eph->type() == t_eph::GLONASS && dt >  2*3600) {
    292292      ephL->setCheckState(t_eph::outdated);
    293293      return;
Note: See TracChangeset for help on using the changeset viewer.