Changeset 10753 in ntrip for trunk/BNC/src/upload


Ignore:
Timestamp:
Sep 2, 2025, 1:03:59 PM (3 months ago)
Author:
stuerze
Message:

NtripSever functionallity added

Location:
trunk/BNC/src/upload
Files:
2 added
1 edited

Legend:

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

    r10227 r10753  
    5757            SLOT(slotNewBytes(const QByteArray,double)));
    5858  }
     59
    5960  if (BNC_CORE->_uploadEphTableItems.find(_iRow) != BNC_CORE->_uploadEphTableItems.end()) {
    6061    connect(this, SIGNAL(newBytes(QByteArray,double)),
     
    6263            SLOT(slotNewBytes(const QByteArray,double)));
    6364  }
     65
     66  if (BNC_CORE->_uploadRawTableItems.find(_iRow) != BNC_CORE->_uploadRawTableItems.end()) {
     67    connect(this, SIGNAL(newBytes(QByteArray,double)),
     68            BNC_CORE->_uploadRawTableItems.value(iRow),
     69            SLOT(slotNewBytes(const QByteArray,double)));
     70  }
     71
    6472
    6573  _sslIgnoreErrors = (Qt::CheckState(settings.value("sslIgnoreErrors").toInt()) == Qt::Checked);
Note: See TracChangeset for help on using the changeset viewer.