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


Ignore:
Timestamp:
Dec 16, 2007, 4:27:13 PM (16 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.h

    r464 r622  
    4444
    4545 public slots:
    46    void newObs(const QByteArray staID, bool firstObs, Observation* obs);
     46   void newObs(const QByteArray staID, bool firstObs, p_obs obs);
    4747
    4848 signals:
     
    5757   void dumpEpochs(long minTime, long maxTime);
    5858
    59    QFile*                         _outFile;
    60    int                            _port;
    61    QTextStream*                   _out;
    62    QMultiMap<long, Observation*>* _epochs;
    63    long                           _lastDumpSec;
    64    QTcpServer*                    _server;
    65    QList<QTcpSocket*>*            _sockets;
    66    QList<QByteArray>              _staIDs;
    67    QList<bncGetThread*>           _threads;
    68    int                            _samplingRate;
    69    long                           _waitTime;
    70    QMutex                         _mutex;
     59   QFile*                  _outFile;
     60   int                     _port;
     61   QTextStream*            _out;
     62   QMultiMap<long, p_obs>* _epochs;
     63   long                    _lastDumpSec;
     64   QTcpServer*             _server;
     65   QList<QTcpSocket*>*     _sockets;
     66   QList<QByteArray>       _staIDs;
     67   QList<bncGetThread*>    _threads;
     68   int                     _samplingRate;
     69   long                    _waitTime;
     70   QMutex                  _mutex;
    7171};
    7272
Note: See TracChangeset for help on using the changeset viewer.