Changeset 10127 in ntrip for trunk/BNC/src/bncoutf.cpp


Ignore:
Timestamp:
Jul 20, 2023, 12:13:41 PM (9 months ago)
Author:
stuerze
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/bncoutf.cpp

    r9944 r10127  
    159159      bncSettings settings;
    160160      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();
    162164      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);
    166168      addition = QString("_%1_TRO").arg(site);
    167169    }
Note: See TracChangeset for help on using the changeset viewer.