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/bncrtnetuploadcaster.cpp

    r8204 r8275  
    2828////////////////////////////////////////////////////////////////////////////
    2929bncRtnetUploadCaster::bncRtnetUploadCaster(const QString& mountpoint,
    30     const QString& outHost, int outPort, const QString& password,
     30    const QString& outHost, int outPort,
     31    const QString& ntripVersion,
     32    const QString& userName, const QString& password,
    3133    const QString& crdTrafo, bool CoM, const QString& sp3FileName,
    3234    const QString& rnxFileName, int PID, int SID, int IOD, int iRow) :
    33     bncUploadCaster(mountpoint, outHost, outPort, password, iRow, 0) {
     35    bncUploadCaster(mountpoint, outHost, outPort, ntripVersion, userName, password, iRow, 0) {
    3436
    3537  if (!outHost.isEmpty()) {
Note: See TracChangeset for help on using the changeset viewer.