Changeset 2316 in ntrip for trunk/BNC/bnccaster.h


Ignore:
Timestamp:
Feb 20, 2010, 9:17:00 AM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.h

    r2312 r2316  
    6060
    6161 private:
    62    void dumpEpochs(long minTimeXrate, long maxTimeXrate);
     62   void dumpEpochs(long minTime, long maxTime);
    6363   static int myWrite(QTcpSocket* sock, const char* buf, int bufLen);
    6464
     
    6767   QTextStream*            _out;
    6868   QMultiMap<long, p_obs>* _epochs;
    69    long                    _lastDumpSecXrate;
     69   long                    _lastDumpSec;
    7070   QTcpServer*             _server;
    7171   QTcpServer*             _uServer;
     
    7777   QList<bncGetThread*>    _threads;
    7878   int                     _samplingRate;
    79    long                    _waitTimeXrate;
     79   long                    _waitTime;
    8080   QMutex                  _mutex;
    8181   int                     _confInterval;
    82    int                     _maxRate;
    8382};
    8483
Note: See TracChangeset for help on using the changeset viewer.