Changeset 6963 in ntrip for trunk/BNC/src/combination/bnccomb.cpp
- Timestamp:
- Jun 25, 2015, 10:37:27 AM (9 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r6962 r6963 450 450 XYZ_to_RSW(newXC.Rows(1,3), newVV, dV, dDotRAO); 451 451 452 QString msg = "switch corr " + corr->_prn 452 QString msg = "switch corr " + corr->_prn.mid(0,3) 453 453 + QString(" %1 -> %2 %3").arg(corr->_iod,3).arg(lastEph->IOD(),3).arg(dC*t_CST::c, 8, 'f', 4); 454 454 … … 1150 1150 << "Orbit Outlier: " 1151 1151 << corr->_acName.toAscii().data() << " " 1152 << prn. toAscii().data() << " "1152 << prn.mid(0,3).toAscii().data() << " " 1153 1153 << corr->_iod << " " 1154 1154 << norm << endl;
Note:
See TracChangeset
for help on using the changeset viewer.