Changeset 3494 in ntrip


Ignore:
Timestamp:
Nov 1, 2011, 1:47:38 PM (12 years ago)
Author:
mervart
Message:
 
Location:
trunk/BNC
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncgetthread.cpp

    r3345 r3494  
    9292                           const QByteArray& longitude,
    9393                           const QByteArray& nmea,
    94                            const QByteArray& ntripVersion) {
     94                           const QByteArray& ntripVersion,
     95                           const QByteArray& staIDextra) {
    9596  _rawFile      = 0;
    9697  _mountPoint   = mountPoint;
    9798  _staID        = mountPoint.path().mid(1).toAscii();
     99  _staID_extra  = staIDextra;
    98100  _format       = format;
    99101  _latitude     = latitude;
  • trunk/BNC/bncgetthread.h

    r3303 r3494  
    5353                const QByteArray& longitude,
    5454                const QByteArray& nmea,
    55                 const QByteArray& ntripVersion);
     55                const QByteArray& ntripVersion,
     56                const QByteArray& staIDextra = "");
    5657
    5758   bncNetQuery::queryStatus queryStatus() {
     
    107108   QUrl            _mountPoint;
    108109   QByteArray      _staID;
    109    QByteArray      _staID_orig;
     110   QByteArray      _staID_extra;
    110111   QByteArray      _format;
    111112   QByteArray      _latitude;
Note: See TracChangeset for help on using the changeset viewer.