Changeset 990 in ntrip
- Timestamp:
- Jul 29, 2008, 10:31:06 AM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncapp.cpp ¶
r976 r990 152 152 QMutexLocker locker(&_mutex); 153 153 154 messagePrivate(msg); 155 } 156 157 // Write a Program Message (private, no lock) 158 //////////////////////////////////////////////////////////////////////////// 159 void bncApp::messagePrivate(const QByteArray& msg) { 160 154 161 // First time resolve the log file name 155 162 // ------------------------------------ … … 618 625 // --------------------------------- 619 626 if (coTime <= _lastDumpCoSec) { 627 QString line = "old correction: " + staID + 628 QString().sprintf(" age %ld", 629 _lastDumpCoSec - coTime + _waitCoTime); 620 630 return; 621 631 }
Note:
See TracChangeset
for help on using the changeset viewer.