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


Ignore:
Timestamp:
Nov 21, 2009, 3:35:20 PM (14 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r1974 r2000  
    3939class QextSerialPort;
    4040class latencyChecker;
     41class bncPPPthread;
    4142
    4243class bncGetThread : public QThread {
     
    7273   QByteArray longitude() const {return _longitude;}
    7374   QByteArray ntripVersion() const {return _ntripVersion;}
     75   bncPPPthread* PPPthread() {return _PPPthread;}
    7476
    7577 signals:
     
    121123   t_serialNMEA    _serialNMEA;
    122124   QMutex          _mutex;
     125   bncPPPthread*   _PPPthread;
    123126};
    124127
Note: See TracChangeset for help on using the changeset viewer.