- Timestamp:
- May 12, 2021, 11:38:38 PM (4 years ago)
- Location:
- branches/BNC_2.12/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/BNC_2.12/src/bncephuser.cpp
r9405 r9428 269 269 270 270 // update interval: 2h 271 if (eph->type() == t_eph::GPS && dt > 3600.0) {271 if (eph->type() == t_eph::GPS && dt > 7200.0) { 272 272 ephL->setCheckState(t_eph::outdated); 273 273 return; -
branches/BNC_2.12/src/bncutils.cpp
r9406 r9428 292 292 } 293 293 // updates 1h + 5 min 294 else if (eph->type() == t_eph::BDS && (dt > 3900.0 || dt < 0.0) 294 else if (eph->type() == t_eph::BDS && (dt > 3900.0 || dt < 0.0)) { 295 295 return true; 296 296 }
Note:
See TracChangeset
for help on using the changeset viewer.