Changeset 10077 in ntrip for trunk/BNC/src
- Timestamp:
- May 24, 2023, 7:48:02 AM (18 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10076 r10077 485 485 // -------------------- 486 486 if (_resTime.valid() && newClk->_time <= _resTime) { 487 #ifdef BNC_DEBUG_CMB 487 488 emit newMessage("bncComb: old correction: " + acName.toLatin1() + " " + newClk->_prn.toString().c_str() + 488 489 QString(" %1 ").arg(newClk->_time.timestr().c_str()).toLatin1() + "vs. last processing Epoch" + 489 490 QString(" %1 ").arg(_resTime.timestr().c_str()).toLatin1(), true); 491 #endif 490 492 delete newClk; 491 493 continue;
Note:
See TracChangeset
for help on using the changeset viewer.