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


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

* empty log message *

File:
1 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()) {
Note: See TracChangeset for help on using the changeset viewer.