source:
ntrip/trunk/BNC/bncnetqueryv1.h@
1555
| Last change on this file since 1555 was 1390, checked in by , 17 years ago | |
|---|---|
| File size: 441 bytes | |
| Rev | Line | |
|---|---|---|
| [1383] | 1 | #ifndef BNCNETQUERYV1_H |
| 2 | #define BNCNETQUERYV1_H | |
| [1382] | 3 | |
| [1383] | 4 | #include "bncnetquery.h" |
| [1382] | 5 | |
| [1383] | 6 | class bncNetQueryV1 : public bncNetQuery { |
| [1382] | 7 | public: |
| [1383] | 8 | bncNetQueryV1(); |
| [1384] | 9 | virtual ~bncNetQueryV1(); |
| [1382] | 10 | |
| [1390] | 11 | virtual void stop(); |
| [1384] | 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); | |
| [1382] | 15 | |
| 16 | private: | |
| [1384] | 17 | QTcpSocket* _socket; |
| [1382] | 18 | }; |
| 19 | ||
| 20 | #endif |
Note:
See TracBrowser
for help on using the repository browser.
