Changeset 10012 in ntrip for trunk/BNC/src/PPP/pppFilter.cpp
- Timestamp:
- Mar 17, 2023, 5:12:43 PM (3 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r10011 r10012 360 360 } 361 361 if (preProcessing) { 362 LOG << epoTimeStr << " Outlier ("363 << ((preProcessing) ? "pre-processing) " : "fin-processing) ")364 << t_lc::toString(maxOutlierLC) << ' ' << obs->prn().toString()365 << ' ' << setw(8) << setprecision(4) << maxOutlier << endl;366 362 if (obs->prn() == refPrn) { 363 LOG << epoTimeStr << " Outlier (" 364 << ((preProcessing) ? "pre-processing) " : "fin-processing) ") 365 << t_lc::toString(maxOutlierLC) << ' ' << obs->prn().toString() 366 << ' ' << setw(8) << setprecision(4) << maxOutlier << endl; 367 367 _obsPool->setRefSatChangeRequired(sys, true); 368 368 break;
Note:
See TracChangeset
for help on using the changeset viewer.