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