Changeset 3555 in ntrip for trunk/BNC/combination


Ignore:
Timestamp:
Dec 23, 2011, 8:46:14 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3554 r3555  
    366366  else {
    367367    corrs.append(newCorr);
     368  }
     369
     370  if (_resTime.valid()) {
     371    QListIterator<unsigned long> it(_buffer.keys());
     372    while (it.hasNext()) {
     373      unsigned long epoTime = it.next();
     374      if (epoTime <= _resTime.longSec()) {
     375        _buffer.remove(epoTime);
     376      }
     377    }
    368378  }
    369379}
Note: See TracChangeset for help on using the changeset viewer.