Changeset 10532 in ntrip for trunk/BNC/src/rinex/rnxobsfile.cpp
- Timestamp:
- Sep 13, 2024, 5:43:34 PM (8 weeks ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/rinex/rnxobsfile.cpp
r10525 r10532 65 65 bncSettings settings; 66 66 _writeRinexOnlyWithSklObsTypes = settings.value("rnxOnlyWithSKL").toBool(); 67 67 _configuredVersion = settings.value("rnxVersion").toInt(); 68 68 } 69 69 … … 217 217 else if (key == "SYS / # / OBS TYPES") { 218 218 if (_version == 0.0) { 219 _version = defaultRnxObsVersion3;219 _version = versionFromInt(_configuredVersion); 220 220 } 221 221 QTextStream* in = new QTextStream(value.toLatin1(), QIODevice::ReadOnly);
Note:
See TracChangeset
for help on using the changeset viewer.