Changeset 5923 in ntrip for trunk/BNC/src/PPP/pppRun.cpp


Ignore:
Timestamp:
Aug 13, 2014, 4:51:07 PM (10 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

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

    r5907 r5923  
    207207  // Process the oldest epochs
    208208  // ------------------------
    209   while (_epoData.size() && _epoData.front()->_time < _lastClkCorrTime + 10.0) {
     209  while (_epoData.size() &&
     210         (!_opt->_realTime ||  _epoData.front()->_time < _lastClkCorrTime + 10.0)) {
    210211
    211212    const vector<t_satObs*>& satObs = _epoData.front()->_satObs;
Note: See TracChangeset for help on using the changeset viewer.