Changeset 9889 in ntrip for trunk/BNC/src/pppRun.cpp


Ignore:
Timestamp:
Nov 22, 2022, 1:49:32 PM (17 months ago)
Author:
stuerze
Message:

minor changes regarrding sinex tro files

File:
1 edited

Legend:

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

    r9854 r9889  
    222222      snxtroFileSkl += QDir::separator();
    223223    }
    224     snxtroFileSkl = snxtroFileSkl + ID9 + "${V3PROD}" + distStr + ".tra";
     224    snxtroFileSkl = snxtroFileSkl + ID9 + '_' + "${V3PROD}" + distStr + ".tro";
    225225    sampl = settings.value("PPP/snxtroSampl").toString().split("sec").first().toInt();
    226226    intr  = settings.value("PPP/snxtroIntr").toString();
Note: See TracChangeset for help on using the changeset viewer.