- Timestamp:
- May 23, 2023, 4:40:27 PM (19 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10044 r10076 485 485 // -------------------- 486 486 if (_resTime.valid() && newClk->_time <= _resTime) { 487 #ifdef BNC_DEBUG_CMB488 487 emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + newClk->_prn.toString().c_str() + 489 488 QString(" %1 ").arg(newClk->_time.timestr().c_str()).toLatin1() + "vs. last processing Epoch" + 490 489 QString(" %1 ").arg(_resTime.timestr().c_str()).toLatin1(), true); 491 #endif492 490 delete newClk; 493 491 continue; … … 524 522 // Make sure the buffer does not grow beyond any limit 525 523 // --------------------------------------------------- 526 const unsigned MAX_EPODATA_SIZE = 10;524 const unsigned MAX_EPODATA_SIZE = 20; 527 525 if (_epoClkData.size() > MAX_EPODATA_SIZE) { 528 526 delete _epoClkData.front();
Note:
See TracChangeset
for help on using the changeset viewer.