Changeset 366 in ntrip for trunk/BNC/bncgetthread.h


Ignore:
Timestamp:
Jan 17, 2007, 4:17:20 PM (17 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r350 r366  
    3838 public:
    3939   bncGetThread(const QUrl& mountPoint,
    40                 const QByteArray& format, int iMount);
     40                const QByteArray& format,
     41                const QByteArray& latitude,
     42                const QByteArray& longitude,
     43                const QByteArray& nmea, int iMount);
    4144   ~bncGetThread();
    4245
    43    static QTcpSocket* request(const QUrl& mountPoint,
    44                               int timeOut, QString& msg);
     46   static QTcpSocket* request(const QUrl& mountPoint, QByteArray& latitude, QByteArray& longitude,
     47                              QByteArray& nmea, int timeOut, QString& msg);
    4548
    4649   QByteArray staID() const {return _staID;}
     
    6568   QByteArray  _staID_orig;
    6669   QByteArray  _format;
     70   QByteArray  _latitude;
     71   QByteArray  _longitude;
     72   QByteArray  _nmea;
    6773   int         _timeOut;
    6874   int         _nextSleep;
Note: See TracChangeset for help on using the changeset viewer.