- Timestamp:
- Apr 3, 2015, 9:06:11 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/src/latencychecker.cpp ¶
r6645 r6758 156 156 _decodeSucc = QDateTime::currentDateTime(); 157 157 158 _decodeStart = QDateTime::currentDateTime(); 158 159 _decodeStop = QDateTime::currentDateTime(); 159 160 … … 168 169 ////////////////////////////////////////////////////////////////////////////// 169 170 void latencyChecker::checkReconnect() { 171 172 if (_inspSegm == 0) { return;} // weber 170 173 171 174 // Begin outage threshold … … 182 185 callScript(("Begin_Outage " 183 186 + _begDateOut + " " + _begTimeOut).toAscii()); 184 _decodeStart = QDateTime::currentDateTime(); 185 } 186 } 187 } 188 } 189 _fromReconnect = true; 190 _decodeStart = QDateTime::currentDateTime(); 187 191 } 188 192 … … 280 284 } 281 285 286 if (_fromReconnect) { 287 _decodeStart = QDateTime::currentDateTime(); 288 } 289 282 290 // End outage threshold 283 291 // -------------------- … … 300 308 } 301 309 } 310 _fromReconnect = false; 302 311 _decodeStop = QDateTime::currentDateTime(); 303 312 }
Note:
See TracChangeset
for help on using the changeset viewer.