- Timestamp:
- Mar 12, 2008, 4:44:40 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r724 r727 425 425 initPause = _inspSegm; 426 426 } 427 if(!_makePause) {initPause = 0;} 427 428 currPause = initPause; 428 429 … … 458 459 // ----------- 459 460 if (!_decodePause.isValid() || 460 _decodePause.secsTo(QDateTime::currentDateTime()) >= currPause || !_makePause) {461 _decodePause.secsTo(QDateTime::currentDateTime()) >= currPause ) { 461 462 462 463 if (decode) { … … 490 491 secFail = _adviseFail * 60 + 1; 491 492 } 492 if (!_decodePause.isValid() ) {493 if (!_decodePause.isValid() || !_makePause) { 493 494 _decodePause = QDateTime::currentDateTime(); 494 495 } … … 572 573 if (week != obs->_o.GPSWeek || dt > maxDt) { 573 574 if (!wrongEpoch) { 574 emit( newMessage(_staID + ": Wrong observation epoch ") );575 emit( newMessage(_staID + ": Wrong observation epoch(s)") ); 575 576 wrongEpoch = true; 576 577 }
Note:
See TracChangeset
for help on using the changeset viewer.