Changeset 7392 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Sep 25, 2015, 10:31:56 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r7299 r7392 420 420 // Process previous Epoch(s) 421 421 // ------------------------- 422 const double waitTime= 1.0 * _cmbSampl;422 const double outWait = 1.0 * _cmbSampl; 423 423 QListIterator<bncTime> itTime(_buffer.keys()); 424 424 while (itTime.hasNext()) { 425 425 bncTime epoTime = itTime.next(); 426 if (epoTime < lastTime - waitTime) {426 if (epoTime < lastTime - outWait) { 427 427 _resTime = epoTime; 428 428 processEpoch();
Note:
See TracChangeset
for help on using the changeset viewer.