Changeset 8169 in ntrip for trunk/BNC/src
- Timestamp:
- Oct 27, 2017, 9:25:40 AM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncephuser.cpp
r8168 r8169 231 231 return; 232 232 } 233 else if (eph->type() == t_eph::BDS && timeDiff > 6*3600) { // updates 1(GEO) up to 6 hours234 eph->setCheckState(t_eph::outdated); 235 return; 236 } 237 else if (eph->type() == t_eph::IRNSS && timeDiff > 4*3600) { // update interval: 2h, data sets are valid for4 hours233 else if (eph->type() == t_eph::BDS && timeDiff > 6*3600) { // updates (GEO) up to 6 hours 234 eph->setCheckState(t_eph::outdated); 235 return; 236 } 237 else if (eph->type() == t_eph::IRNSS && timeDiff > 24*3600) { // update interval: up to 24 hours 238 238 eph->setCheckState(t_eph::outdated); 239 239 return; … … 282 282 return; 283 283 } 284 else if (eph->type() == t_eph::IRNSS && dt > 4*3600) {284 else if (eph->type() == t_eph::IRNSS && dt > 24*3600) { 285 285 ephL->setCheckState(t_eph::outdated); 286 286 return;
Note:
See TracChangeset
for help on using the changeset viewer.