Changeset 3543 in ntrip for trunk/BNC/bnccaster.cpp


Ignore:
Timestamp:
Dec 23, 2011, 10:46:56 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r3522 r3543  
    127127  _epochs = new QMultiMap<long, t_obs>;
    128128
     129  _samplingRate = settings.value("binSampl").toInt();
     130  _waitTime     = settings.value("waitTime").toInt();
    129131  _lastDumpSec  = 0;
    130   _waitTime     = 0;
    131132  _confInterval = -1;
    132133}
Note: See TracChangeset for help on using the changeset viewer.