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


Ignore:
Timestamp:
Dec 15, 2011, 10:15:58 AM (12 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.h

    r3523 r3527  
    5353                const QByteArray& longitude,
    5454                const QByteArray& nmea,
    55                 const QByteArray& ntripVersion,
    56                 const QByteArray& staIDextra = "");
     55                const QByteArray& ntripVersion);
    5756
    5857   bncNetQuery::queryStatus queryStatus() {
     
    7271
    7372   QByteArray staID() const {return _staID;}
    74    QByteArray staIDextra() const {return _staID_extra;}
    7573   QUrl       mountPoint() const {return _mountPoint;}
    7674   QByteArray latitude() const {return _latitude;}
     
    111109   QUrl                       _mountPoint;
    112110   QByteArray                 _staID;
    113    QByteArray                 _staID_extra;
    114111   QByteArray                 _format;
    115112   QByteArray                 _latitude;
Note: See TracChangeset for help on using the changeset viewer.