Changeset 8065 in ntrip for trunk/BNC/src
- Timestamp:
- Nov 9, 2016, 2:03:35 PM (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r7715 r8065 652 652 out.setRealNumberPrecision(4); 653 653 for (int ii = 0; ii < corrs().size(); ii++) { 654 654 const cmbCorr* corr = corrs()[ii]; 655 655 out << _resTime.datestr().c_str() << ' ' 656 656 << _resTime.timestr().c_str() << " " … … 1184 1184 QMutexLocker locker(&_mutex); 1185 1185 1186 QTextStream out(&_log, QIODevice::WriteOnly); 1187 1186 1188 // Find the AC Name 1187 1189 // ---------------- … … 1192 1194 if (AC->mountPoint == mountPoint) { 1193 1195 acName = AC->name; 1196 out << "Provider ID changed: AC " << AC->name.toAscii().data() << " " 1197 << _resTime.datestr().c_str() << " " 1198 << _resTime.timestr().c_str() << endl; 1194 1199 break; 1195 1200 }
Note:
See TracChangeset
for help on using the changeset viewer.