Changeset 8404 in ntrip for branches/BNC_2.12/src/pppRun.cpp


Ignore:
Timestamp:
Jul 5, 2018, 12:52:20 PM (6 years ago)
Author:
stuerze
Message:

additional changes to allow 10 Hz observation data processing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/BNC_2.12/src/pppRun.cpp

    r8321 r8404  
    225225      snxtroFileSkl = snxtroFileSkl + ID4 + "${GPSWD}" + distStr + ".tro";
    226226    }
    227     sampl = settings.value("PPP/snxtroSampl").toInt();
     227    sampl = settings.value("PPP/snxtroSampl").toString().split("sec").first().toInt();
    228228    intr  = settings.value("PPP/snxtroIntr").toString();
    229229    _snxtroFile = new bncSinexTro(_opt, snxtroFileSkl, intr, sampl);
Note: See TracChangeset for help on using the changeset viewer.