Changeset 3494 in ntrip for trunk/BNC/bncgetthread.cpp


Ignore:
Timestamp:
Nov 1, 2011, 1:47:38 PM (12 years ago)
Author:
mervart
Message:
 
File:
1 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;
Note: See TracChangeset for help on using the changeset viewer.