Changeset 8288 in ntrip
- Timestamp:
- Feb 26, 2018, 12:53:48 PM (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncrinex.cpp
r8127 r8288 305 305 _rnxV3filenames, &_nextCloseEpoch); 306 306 307 int statIDlength = _statID.size() -1; 307 308 QString ID4 = _statID.left(4); 308 309 ID4 = ID4.toUpper(); … … 315 316 while (it.hasNext()) { 316 317 QString mp = it.next(); 317 if (mp.indexOf( ID4) != -1) {318 if (mp.indexOf(_statID.left(statIDlength)) != -1) { 318 319 ++num; 319 320 } 320 321 } 321 322 if (num > 1) { 322 distStr = "_" + _statID. mid(4);323 distStr = "_" + _statID.right(1); 323 324 } 324 325 … … 359 360 hlpStr + // HMS_period 360 361 QString("_%1S").arg(sampl, 2, 10, QChar('0')) + // sampling rate 362 "_MO" + // mixed OBS 361 363 distStr + 362 " _MO.rnx"; // mixed OBS364 ".rnx"; 363 365 } 364 366 else {
Note:
See TracChangeset
for help on using the changeset viewer.