Changeset 7358 in ntrip for trunk/BNC/src/bnccaster.cpp


Ignore:
Timestamp:
Sep 25, 2015, 10:02:05 AM (9 years ago)
Author:
weber
Message:

string binSampl changed to outSampl

File:
1 edited

Legend:

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

    r7182 r7358  
    9696  }
    9797
    98   _samplingRate = settings.value("binSampl").toInt();
     98  _samplingRate = settings.value("outSampl").toInt();
    9999  _waitTime     = settings.value("waitTime").toDouble();
    100100  if (_waitTime <= 0.0) {
     
    372372  // Reread several options
    373373  // ----------------------
    374   _samplingRate = settings.value("binSampl").toInt();
     374  _samplingRate = settings.value("outSampl").toInt();
    375375  _waitTime     = settings.value("waitTime").toInt();
    376376  if (_waitTime < 1) {
Note: See TracChangeset for help on using the changeset viewer.