Changeset 1384 in ntrip for trunk/BNC/bncnetqueryv1.h


Ignore:
Timestamp:
Dec 29, 2008, 9:51:43 AM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncnetqueryv1.h

    r1383 r1384  
    55
    66class bncNetQueryV1 : public bncNetQuery {
    7  Q_OBJECT
    8 
    97 public:
    108  bncNetQueryV1();
    11   ~bncNetQueryV1();
     9  virtual ~bncNetQueryV1();
    1210
    13   void       close();
    14   qint64     bytesAvailable() const;
    15   bool       canReadLine() const;
    16   QByteArray readLine();
    17   void       waitForReadyRead(int msecs = 30000);
    18   QByteArray read(qint64 maxSize);
    19 
    20   t_irc request(const QUrl& mountPoint, const QByteArray& latitude,
    21                 const QByteArray& longitude, const QByteArray& nmea,
    22                 const QByteArray& ntripVersion, int timeOut, QString& msg);
    23 
    24  signals:
    25   void newMessage(QByteArray msg, bool showOnScreen);
    26 
    27  private slots:
     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);
    2814
    2915 private:
    30   QTcpSocket*            _socket;
     16  QTcpSocket* _socket;
    3117};
    3218
Note: See TracChangeset for help on using the changeset viewer.