- Timestamp:
- Apr 28, 2009, 10:11:09 AM (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/bncgetthread.h
r1770 r1812 34 34 #include "RTCM3/rtcm3torinex.h" 35 35 #include "bncconst.h" 36 #include "bncnetquery.h" 36 37 37 38 class bncRinex; 38 39 class QextSerialPort; 39 class bncNetQuery;40 40 class latencyChecker; 41 41 … … 51 51 const QByteArray& nmea, 52 52 const QByteArray& ntripVersion, const QByteArray& extraStaID); 53 54 bncNetQuery::queryStatus queryStatus() { 55 if (_query) { 56 return _query->status(); 57 } 58 else { 59 return bncNetQuery::init; 60 } 61 } 53 62 54 63 protected:
Note:
See TracChangeset
for help on using the changeset viewer.