Changeset 8695 in ntrip
- Timestamp:
- Apr 25, 2019, 12:40:08 PM (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r8542 r8695 402 402 t_eph* ephPrev = _ephUser.ephPrev(prn); 403 403 if (ephLast == 0) { 404 emit newMessage("bncComb: eph not found " + prn.mid(0,3).toLatin1(), true);404 emit newMessage("bncComb: eph not found for " + prn.mid(0,3).toLatin1(), true); 405 405 delete newCorr; 406 406 continue; … … 415 415 } 416 416 else { 417 emit newMessage("bncComb: eph not found " + prn.mid(0,3).toLatin1() +418 QString(" %1").arg(newCorr->_iod).toLatin1(), true);417 emit newMessage("bncComb: eph not found for " + prn.mid(0,3).toLatin1() + 418 QString(" with IOD %1").arg(newCorr->_iod).toLatin1(), true); 419 419 delete newCorr; 420 420 continue;
Note:
See TracChangeset
for help on using the changeset viewer.