Changeset 9084 in ntrip


Ignore:
Timestamp:
Sep 1, 2020, 9:43:34 PM (4 years ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/PPP/pppFilter.cpp

    r8993 r9084  
    419419  }
    420420
    421   double                  SLIP       = 20.0;  // slip threshold
     421  //double                  SLIP       = 20.0;  // slip threshold
     422  double                  SLIP       = 200.0;  // slip threshold deactivated
    422423  string                  epoTimeStr = string(_epoTime);
    423424  const vector<t_pppParam*>& params  = _parlist->params();
    424 
    425   if (preProcessing) {
    426     SLIP += 10.0;
    427   }
    428425
    429426  for (unsigned ii = 0; ii < LCs.size(); ii++) {
Note: See TracChangeset for help on using the changeset viewer.