Changeset 6638 in ntrip
- Timestamp:
- Mar 9, 2015, 5:05:12 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/latencychecker.cpp
r6137 r6638 157 157 158 158 _decodeStop = QDateTime::currentDateTime(); 159 159 160 160 } 161 161 … … 182 182 callScript(("Begin_Outage " 183 183 + _begDateOut + " " + _begTimeOut).toAscii()); 184 } 185 _decodeStart = QDateTime::currentDateTime(); 186 } 187 184 _decodeStart = QDateTime::currentDateTime(); 185 } 186 } 188 187 } 189 188 … … 299 298 + _endDateOut + " " + _endTimeOut + " Begin was " 300 299 + _begDateOut + " " + _begTimeOut).toAscii()); 301 _decodeStop = QDateTime::currentDateTime();302 303 }300 } 301 } 302 _decodeStop = QDateTime::currentDateTime(); 304 303 } 305 304
Note:
See TracChangeset
for help on using the changeset viewer.