Ignore:
Timestamp:
Feb 7, 2018, 2:26:39 PM (6 years ago)
Author:
stuerze
Message:

some preparation to allow Ntrip version 2 stream upload in future

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/src/upload/bncuploadcaster.cpp

    r8204 r8275  
    2727bncUploadCaster::bncUploadCaster(const QString& mountpoint,
    2828                                 const QString& outHost, int outPort,
    29                                  const QString& password, int iRow,
     29                                 const QString& ntripVersion,
     30                                 const QString& userName, const QString& password,
     31                                 int iRow,
    3032                                 int rate) {
    3133  _mountpoint    = mountpoint;
    3234  _outHost       = outHost;
    3335  _outPort       = outPort;
     36  _ntripVersion  = ntripVersion;
     37  _userName      = userName;
    3438  _password      = password;
    3539  _outSocket     = 0;
Note: See TracChangeset for help on using the changeset viewer.