Changeset 1272 in ntrip for trunk/BNC/bncgetthread.cpp
- Timestamp:
- Dec 3, 2008, 11:00:50 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.cpp
r1271 r1272 705 705 } 706 706 emit(newAntCrd(_staID, 707 _decoder->_antList[ii]. zz, _decoder->_antList[ii].zz, _decoder->_antList[ii].zz,707 _decoder->_antList[ii].xx, _decoder->_antList[ii].yy, _decoder->_antList[ii].zz, 708 708 antT)); 709 cout << "new crd " << _staID.data() << fixed << setprecision(3)710 << " " << setw(14) << _decoder->_antList[ii].xx711 << " " << setw(14) << _decoder->_antList[ii].yy712 << " " << setw(14) << _decoder->_antList[ii].zz713 << endl;714 709 } 715 710 } … … 723 718 } 724 719 emit(newAntCrd(_staID, 725 _decoder->_antList[ii]. zz, _decoder->_antList[ii].zz, _decoder->_antList[ii].zz,720 _decoder->_antList[ii].xx, _decoder->_antList[ii].yy, _decoder->_antList[ii].zz, 726 721 antT)); 727 722 }
Note:
See TracChangeset
for help on using the changeset viewer.