Changeset 843 in ntrip


Ignore:
Timestamp:
Apr 23, 2008, 4:46:07 PM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r698 r843  
    104104  QSettings settings;
    105105  if ((_rinexVers == 3) && ( Qt::CheckState(settings.value("rnxAppend").toInt()) != Qt::Checked) ) {
     106    _out << ">                              4  1" << endl;
    106107    _out << "END OF FILE" << endl;
    107108  }
     
    590591            << setw(1)                     << obs->_o.SNR2
    591592            << setw(14) << setprecision(3) << obs->_o.S2 << "  "
    592             << "                              ";
     593            << "         0.000           0.000  ";
    593594      }
    594595      else {
    595        _out << "                                "
     596       _out << "         0.000           0.000  "
    596597            << setw(14) << setprecision(3) << obs->_o.L2 << " "
    597598            << setw(1)                     << obs->_o.SNR2
     
    662663  QMutexLocker locker(&_mutex);
    663664  if (_rinexVers == 3) {
     665    _out << ">                              4  1" << endl;
    664666    _out << "END OF FILE" << endl;
    665667  }
Note: See TracChangeset for help on using the changeset viewer.