Changeset 7392 in ntrip


Ignore:
Timestamp:
Sep 25, 2015, 10:31:56 AM (9 years ago)
Author:
weber
Message:

String waitTime changed to outWait

File:
1 edited

Legend:

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

    r7299 r7392  
    420420  // Process previous Epoch(s)
    421421  // -------------------------
    422   const double waitTime = 1.0 * _cmbSampl;
     422  const double outWait = 1.0 * _cmbSampl;
    423423  QListIterator<bncTime> itTime(_buffer.keys());
    424424  while (itTime.hasNext()) {
    425425    bncTime epoTime = itTime.next();
    426     if (epoTime < lastTime - waitTime) {
     426    if (epoTime < lastTime - outWait) {
    427427      _resTime = epoTime;
    428428      processEpoch();
Note: See TracChangeset for help on using the changeset viewer.