Changeset 8911 in ntrip for trunk/BNC/src/PPP/pppObsPool.cpp


Ignore:
Timestamp:
Apr 6, 2020, 10:37:45 AM (4 years ago)
Author:
stuerze
Message:

minor changes regarding PPP (not completed)

File:
1 edited

Legend:

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

    r8905 r8911  
    5050  }
    5151  _vTec = 0;
    52   _epoReProcessing = false;
     52  _refSatChangeRequired = false;
    5353}
    5454
     
    100100  const unsigned MAXSIZE = 2;
    101101
    102   if (epoReProcessing()) {
     102  if (refSatChangeRequired()) {
    103103    delete _epochs.back();
    104104    _epochs.pop_back();
Note: See TracChangeset for help on using the changeset viewer.