Changeset 10035 in ntrip
- Timestamp:
- Apr 21, 2023, 1:39:08 PM (17 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10030 r10035 480 480 // -------------------- 481 481 if (_resTime.valid() && clkCorr._time <= _resTime) { 482 emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + prn.mid(0,3).toLatin1(), true); 482 emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + prn.mid(0,3).toLatin1() + 483 QString("%1").arg(_resTime.timestr().c_str()).toLatin1() + " vs. old " + 484 QString("%1").arg(clkCorr._time.timestr().c_str()).toLatin1(), true); 483 485 continue; 484 486 }
Note:
See TracChangeset
for help on using the changeset viewer.