Changeset 9198 in ntrip for trunk/BNC/src
- Timestamp:
- Oct 31, 2020, 11:37:59 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncephuser.cpp
r9192 r9198 237 237 } 238 238 // updated every 30 minutes 239 else if (eph->type() == t_eph::GLONASS && dt > 2*3600) {239 else if (eph->type() == t_eph::GLONASS && dt > 3600) { 240 240 eph->setCheckState(t_eph::outdated); 241 241 return; … … 289 289 return; 290 290 } 291 else if (eph->type() == t_eph::GLONASS && dt > 2*3600) {291 else if (eph->type() == t_eph::GLONASS && dt > 3600) { 292 292 ephL->setCheckState(t_eph::outdated); 293 293 return;
Note:
See TracChangeset
for help on using the changeset viewer.