source: ntrip/branches/BNC_LM/bncnetqueryv0.h@ 8597

Last change on this file since 8597 was 1716, checked in by mervart, 15 years ago

* empty log message *

File size: 441 bytes
Line 
1#ifndef BNCNETQUERYV0_H
2#define BNCNETQUERYV0_H
3
4#include "bncnetquery.h"
5
6class bncNetQueryV0 : public bncNetQuery {
7 public:
8 bncNetQueryV0();
9 virtual ~bncNetQueryV0();
10
11 virtual void stop();
12 virtual void waitForRequestResult(const QUrl& url, QByteArray& outData);
13 virtual void startRequest(const QUrl& url, const QByteArray& gga);
14 virtual void waitForReadyRead(QByteArray& outData);
15
16 private:
17 QTcpSocket* _socket;
18};
19
20#endif
Note: See TracBrowser for help on using the repository browser.