Changeset 539 in ntrip
- Timestamp:
- Oct 23, 2007, 8:57:14 AM (18 years ago)
- Location:
- trunk/BNC
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified trunk/BNC/bncrinex.cpp ¶
r475 r539 84 84 expandEnvVar(_userName); 85 85 _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 } 86 93 } 87 94 … … 467 474 << " " << 0 << setw(3) << dumpList.size(); 468 475 476 QSettings settings; 477 469 478 QListIterator<Observation*> it(dumpList); int iSat = 0; 470 479 while (it.hasNext()) { -
TabularUnified trunk/BNC/bncrinex.h ¶
r464 r539 71 71 QDate _skeletonDate; 72 72 QMutex _mutex; 73 int _rinexVers; 73 74 }; 74 75
Note:
See TracChangeset
for help on using the changeset viewer.