Changeset 698 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Feb 22, 2008, 10:29:59 AM (16 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r689 r698  
    101101  while (it.hasNext()) {
    102102    delete it.next();
     103  }
     104  QSettings settings;
     105  if ((_rinexVers == 3) && ( Qt::CheckState(settings.value("rnxAppend").toInt()) != Qt::Checked) ) {
     106    _out << "END OF FILE" << endl;
    103107  }
    104108  _out.close();
     
    657661void bncRinex::closeFile() {
    658662  QMutexLocker locker(&_mutex);
     663  if (_rinexVers == 3) {
     664    _out << "END OF FILE" << endl;
     665  }
    659666  _out.close();
    660667  if (!_rnxScriptName.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.