Changeset 3003 in ntrip for trunk/BNC


Ignore:
Timestamp:
Feb 22, 2011, 11:44:56 AM (13 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bnccaster.cpp

    r2833 r3003  
    416416     
    417417      bncGetThread* getThread = new bncGetThread(url, format, latitude,
    418                                         longitude, nmea, ntripVersion, "");
     418                                        longitude, nmea, ntripVersion);
    419419      addGetThread(getThread);
    420420    }
  • trunk/BNC/bncgetthread.cpp

    r2711 r3003  
    9393                           const QByteArray& longitude,
    9494                           const QByteArray& nmea,
    95                            const QByteArray& ntripVersion, const QByteArray& extraStaID) {
     95                           const QByteArray& ntripVersion) {
    9696  _rawFile      = 0;
    9797  _mountPoint   = mountPoint;
    98   _staID        = (extraStaID.size() == 0 ? mountPoint.path().mid(1).toAscii() : extraStaID);
     98  _staID        = mountPoint.path().mid(1).toAscii();
    9999  _format       = format;
    100100  _latitude     = latitude;
  • trunk/BNC/bncgetthread.h

    r2711 r3003  
    5353                const QByteArray& longitude,
    5454                const QByteArray& nmea,
    55                 const QByteArray& ntripVersion, const QByteArray& extraStaID);
     55                const QByteArray& ntripVersion);
    5656
    5757   bncNetQuery::queryStatus queryStatus() {
Note: See TracChangeset for help on using the changeset viewer.