Changeset 136 in ntrip for trunk/BNC/bncgetthread.h


Ignore:
Timestamp:
Sep 8, 2006, 9:24:23 AM (18 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r88 r136  
    1616
    1717   static QTcpSocket* bncGetThread::request(const QUrl& mountPoint,
    18                                             QString& msg);
     18                                            int timeOut, QString& msg);
    1919
    2020   QByteArray staID() const {return _staID;}
     
    2828   virtual void run();
    2929 private:
     30   void initRun();
     31   void tryReconnect();
    3032   void message(const QString&);
    3133   void exit(int exitCode = 0);
     34   GPSDecoder* _decoder;
    3235   QTcpSocket* _socket;
    3336   QUrl        _mountPoint;
    3437   QByteArray  _staID;
    3538   QByteArray  _format;
     39   int         _timeOut;
    3640};
    3741
Note: See TracChangeset for help on using the changeset viewer.