Changeset 3527 in ntrip


Ignore:
Timestamp:
Dec 15, 2011, 10:15:58 AM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r3526 r3527  
    9393                           const QByteArray& longitude,
    9494                           const QByteArray& nmea,
    95                            const QByteArray& ntripVersion,
    96                            const QByteArray& staIDextra) {
     95                           const QByteArray& ntripVersion) {
    9796  _rawFile      = 0;
    9897  _mountPoint   = mountPoint;
    9998  _staID        = mountPoint.path().mid(1).toAscii();
    100   _staID_extra  = staIDextra;
    10199  _format       = format;
    102100  _latitude     = latitude;
  • 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.