Changeset 10127 in ntrip for trunk/BNC/src/bncoutf.cpp
- Timestamp:
- Jul 20, 2023, 12:13:41 PM (14 months ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/bncoutf.cpp
r9944 r10127 159 159 bncSettings settings; 160 160 QString ac = settings.value("PPP/snxtroAc").toString(); 161 QString sol = settings.value("PPP/snxtroSol").toString(); 161 QString solId = settings.value("PPP/snxtroSolId").toString(); 162 QString solType = settings.value("PPP/snxtroSolType").toString(); 163 QString campId = settings.value("PPP/snxtroCampId").toString(); 162 164 baseName.replace(0,3,ac); 163 baseName.replace(3,1,sol );164 baseName.replace(4,3, "DEM");165 baseName.replace(7,3, "RTS");165 baseName.replace(3,1,solId); 166 baseName.replace(4,3,solType); 167 baseName.replace(7,3,campId); 166 168 addition = QString("_%1_TRO").arg(site); 167 169 }
Note:
See TracChangeset
for help on using the changeset viewer.