Changeset 3555 in ntrip for trunk/BNC/combination/bnccomb.cpp
- Timestamp:
- Dec 23, 2011, 8:46:14 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3554 r3555 366 366 else { 367 367 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 } 368 378 } 369 379 }
Note:
See TracChangeset
for help on using the changeset viewer.