Changeset 9200 in ntrip for branches/BNC_2.12/src
- Timestamp:
- Nov 1, 2020, 12:20:19 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncephuser.cpp
r9197 r9200 237 237 } 238 238 // updated every 30 minutes 239 else if (eph->type() == t_eph::GLONASS && dt > 239 else if (eph->type() == t_eph::GLONASS && dt > 2*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 > 291 else if (eph->type() == t_eph::GLONASS && dt > 2*3600) { 292 292 ephL->setCheckState(t_eph::outdated); 293 293 return;
Note:
See TracChangeset
for help on using the changeset viewer.