Changeset 1812 in ntrip


Ignore:
Timestamp:
Apr 28, 2009, 10:11:09 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r1770 r1812  
    3434#include "RTCM3/rtcm3torinex.h"
    3535#include "bncconst.h"
     36#include "bncnetquery.h"
    3637
    3738class bncRinex;
    3839class QextSerialPort;
    39 class bncNetQuery;
    4040class latencyChecker;
    4141
     
    5151                const QByteArray& nmea,
    5252                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   }
    5362
    5463 protected:
Note: See TracChangeset for help on using the changeset viewer.