Changeset 6644 in ntrip
- Timestamp:
- Mar 10, 2015, 8:56:58 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/latencychecker.cpp
r6638 r6644 182 182 callScript(("Begin_Outage " 183 183 + _begDateOut + " " + _begTimeOut).toAscii()); 184 _decodeStart = QDateTime::currentDateTime();185 184 } 186 185 } … … 278 277 _checkSeg = false; 279 278 } 279 } 280 281 if ( !_decodeStop.isValid()) { 282 _decodeStart = QDateTime::currentDateTime(); 280 283 } 281 284
Note:
See TracChangeset
for help on using the changeset viewer.