Changeset 539 in ntrip


Ignore:
Timestamp:
Oct 23, 2007, 8:57:14 AM (17 years ago)
Author:
mervart
Message:

* empty log message *

Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r475 r539  
    8484  expandEnvVar(_userName);
    8585  _userName = _userName.leftJustified(20, ' ', true);
     86
     87  if ( Qt::CheckState(settings.value("rnxV3").toInt()) == Qt::Checked) {
     88    _rinexVers = 3;   
     89  }
     90  else {
     91    _rinexVers = 2;
     92  }
    8693}
    8794
     
    467474       << "  " << 0 << setw(3)  << dumpList.size();
    468475
     476  QSettings settings;
     477
    469478  QListIterator<Observation*> it(dumpList); int iSat = 0;
    470479  while (it.hasNext()) {
  • trunk/BNC/bncrinex.h

    r464 r539  
    7171   QDate               _skeletonDate;
    7272   QMutex              _mutex;
     73   int                 _rinexVers;
    7374};
    7475
Note: See TracChangeset for help on using the changeset viewer.