Changeset 843 in ntrip
- Timestamp:
- Apr 23, 2008, 4:46:07 PM (17 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncrinex.cpp
r698 r843 104 104 QSettings settings; 105 105 if ((_rinexVers == 3) && ( Qt::CheckState(settings.value("rnxAppend").toInt()) != Qt::Checked) ) { 106 _out << "> 4 1" << endl; 106 107 _out << "END OF FILE" << endl; 107 108 } … … 590 591 << setw(1) << obs->_o.SNR2 591 592 << setw(14) << setprecision(3) << obs->_o.S2 << " " 592 << " 593 << " 0.000 0.000 "; 593 594 } 594 595 else { 595 _out << " 596 _out << " 0.000 0.000 " 596 597 << setw(14) << setprecision(3) << obs->_o.L2 << " " 597 598 << setw(1) << obs->_o.SNR2 … … 662 663 QMutexLocker locker(&_mutex); 663 664 if (_rinexVers == 3) { 665 _out << "> 4 1" << endl; 664 666 _out << "END OF FILE" << endl; 665 667 }
Note:
See TracChangeset
for help on using the changeset viewer.