source: ntrip/trunk/BNC/bncnetqueryv1.h@ 1384

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

* empty log message *

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