Changeset 1353 in ntrip for trunk/BNC/bncrinex.cpp


Ignore:
Timestamp:
Dec 27, 2008, 1:59:46 PM (15 years ago)
Author:
mervart
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/bncrinex.cpp

    r1348 r1353  
    6363bncRinex::bncRinex(const QByteArray& statID, const QUrl& mountPoint,
    6464                   const QByteArray& format, const QByteArray& latitude,
    65                    const QByteArray& longitude, const QByteArray& nmea) {
     65                   const QByteArray& longitude, const QByteArray& nmea,
     66                   const QByteArray& ntripVersion) {
    6667  _statID        = statID;
    6768  _mountPoint    = mountPoint;
     
    7071  _longitude     = longitude;
    7172  _nmea          = nmea;
     73  _ntripVersion  = ntripVersion;
    7274  _headerWritten = false;
    7375  _reconnectFlag = false;
     
    121123  QStringList table;
    122124  bncTableDlg::getFullTable(_mountPoint.host(), _mountPoint.port(),
    123                             table, _reloadTable);
     125                            _ntripVersion, table, _reloadTable);
    124126  QString net;
    125127  QStringListIterator it(table);
     
    159161    bncSocket* socket = new bncSocket();
    160162    if (socket->request(url, _latitude, _longitude,
    161                         _nmea, timeOut, msg) != success) {
     163                        _nmea, _ntripVersion, timeOut, msg) != success) {
    162164      delete socket;
    163165      return failure;
Note: See TracChangeset for help on using the changeset viewer.