Changeset 9245 in ntrip for trunk/BNC/src/upload
- Timestamp:
- Nov 12, 2020, 10:09:03 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncrtnetuploadcaster.cpp
r9203 r9245 22 22 #include "bncsp3.h" 23 23 #include "gnss.h" 24 #include "bncutils.h" 25 24 26 25 27 using namespace std; … … 469 471 } 470 472 471 if (eph && 472 eph->checkState() != t_eph::bad &&473 if (eph && !outDatedBcep(eph) && // detected from storage because of no update 474 eph->checkState() != t_eph::bad && 473 475 eph->checkState() != t_eph::unhealthy && 474 eph->checkState() != t_eph::outdated) { 476 eph->checkState() != t_eph::outdated) { // detected during reception (bncephuser) 475 477 QMap<QString, double> codeBiases; 476 478 QList<phaseBiasSignal> phaseBiasList;
Note:
See TracChangeset
for help on using the changeset viewer.