Changeset 10076 in ntrip


Ignore:
Timestamp:
May 23, 2023, 4:40:27 PM (11 months ago)
Author:
stuerze
Message:

minor changes

File:
1 edited

Legend:

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

    r10044 r10076  
    485485    // --------------------
    486486    if (_resTime.valid() && newClk->_time <= _resTime) {
    487 #ifdef BNC_DEBUG_CMB
    488487      emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + newClk->_prn.toString().c_str() +
    489488          QString(" %1 ").arg(newClk->_time.timestr().c_str()).toLatin1() + "vs. last processing Epoch" +
    490489          QString(" %1 ").arg(_resTime.timestr().c_str()).toLatin1(), true);
    491 #endif
    492490      delete newClk;
    493491      continue;
     
    524522  // Make sure the buffer does not grow beyond any limit
    525523  // ---------------------------------------------------
    526   const unsigned MAX_EPODATA_SIZE = 10;
     524  const unsigned MAX_EPODATA_SIZE = 20;
    527525  if (_epoClkData.size() > MAX_EPODATA_SIZE) {
    528526    delete _epoClkData.front();
Note: See TracChangeset for help on using the changeset viewer.