Changeset 6645 in ntrip for trunk/BNC/src/latencychecker.cpp


Ignore:
Timestamp:
Mar 10, 2015, 3:04:35 PM (9 years ago)
Author:
weber
Message:

Work on fixing Failure/Recovery Advise bug

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/latencychecker.cpp

    r6644 r6645  
    182182      callScript(("Begin_Outage "
    183183                    + _begDateOut + " " + _begTimeOut).toAscii());
     184      _decodeStart = QDateTime::currentDateTime();
    184185    }
    185186  }
     
    277278      _checkSeg = false;
    278279    }
    279   }
    280 
    281   if ( !_decodeStop.isValid()) {
    282     _decodeStart = QDateTime::currentDateTime();
    283280  }
    284281
Note: See TracChangeset for help on using the changeset viewer.