Changeset 9491 in ntrip for trunk/BNC/src/PPP
- Timestamp:
- Aug 4, 2021, 11:53:28 AM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r9435 r9491 394 394 } 395 395 if (preProcessing) { 396 // for refSats 396 // for refSats no ambiguity parameter exists 397 397 if ((obs->prn() == refPrn) && 398 398 (t_lc::toString(maxOutlierLC) == "l1" || 399 399 t_lc::toString(maxOutlierLC) == "l2") ) { 400 400 _obsPool->setRefSatChangeRequired(sys, true); 401 break; 401 402 } 402 403 else { … … 456 457 const t_prn& refPrn, 457 458 bool preProcessing) { 458 459 459 const double SLIP = 20.0; 460 460 char sys = refPrn.system();
Note:
See TracChangeset
for help on using the changeset viewer.