Changeset 10519 in ntrip for trunk/BNC/src/combination
- Timestamp:
- Jul 16, 2024, 2:46:47 PM (4 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/combination/bnccomb.cpp
r10498 r10519 275 275 _antex = new bncAntex(); 276 276 if (_antex->readFile(antexFileName) != success) { 277 emit newMessage("bncC mb: wrong ANTEX file", true);277 emit newMessage("bncComb: wrong ANTEX file", true); 278 278 delete _antex; 279 279 _antex = 0; … … 659 659 XYZ_to_RSW(newXC.Rows(1,3), newVV, dV, dDotRAO); 660 660 661 QString msg = " switch corr " + corr->_prn.mid(0,3)661 QString msg = "bncComb: switch corr " + corr->_prn.mid(0,3) 662 662 + QString(" %1 -> %2 %3").arg(corr->_iod,3).arg(lastEph->IOD(),3).arg(dC*t_CST::c, 8, 'f', 4); 663 663
Note:
See TracChangeset
for help on using the changeset viewer.