Changeset 9084 in ntrip
- Timestamp:
- Sep 1, 2020, 9:43:34 PM (4 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/PPP/pppFilter.cpp
r8993 r9084 419 419 } 420 420 421 double SLIP = 20.0; // slip threshold 421 //double SLIP = 20.0; // slip threshold 422 double SLIP = 200.0; // slip threshold deactivated 422 423 string epoTimeStr = string(_epoTime); 423 424 const vector<t_pppParam*>& params = _parlist->params(); 424 425 if (preProcessing) {426 SLIP += 10.0;427 }428 425 429 426 for (unsigned ii = 0; ii < LCs.size(); ii++) {
Note:
See TracChangeset
for help on using the changeset viewer.