- Timestamp:
- Jan 27, 2011, 4:23:05 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncapp.cpp
r2909 r2916 759 759 // --------------------------------- 760 760 if (coTime <= _lastDumpCoSec) { 761 QString line = staID + ": Correction for one sat neglected because overaged by " + 762 QString().sprintf(" %ld sec", 763 _lastDumpCoSec - coTime + _waitCoTime); 764 messagePrivate(line.toAscii()); 765 emit( newMessage(line.toAscii(), true) ); 761 if (!_bncComb) { 762 QString line = staID + ": Correction for one sat neglected because overaged by " + 763 QString().sprintf(" %ld sec", 764 _lastDumpCoSec - coTime + _waitCoTime); 765 messagePrivate(line.toAscii()); 766 emit( newMessage(line.toAscii(), true) ); 767 } 766 768 return; 767 769 }
Note:
See TracChangeset
for help on using the changeset viewer.