Changeset 10753 in ntrip for trunk/BNC/src/upload
- Timestamp:
- Sep 2, 2025, 1:03:59 PM (3 months ago)
- Location:
- trunk/BNC/src/upload
- Files:
-
- 2 added
- 1 edited
-
bncrawuploadcaster.cpp (added)
-
bncrawuploadcaster.h (added)
-
bncuploadcaster.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/src/upload/bncuploadcaster.cpp
r10227 r10753 57 57 SLOT(slotNewBytes(const QByteArray,double))); 58 58 } 59 59 60 if (BNC_CORE->_uploadEphTableItems.find(_iRow) != BNC_CORE->_uploadEphTableItems.end()) { 60 61 connect(this, SIGNAL(newBytes(QByteArray,double)), … … 62 63 SLOT(slotNewBytes(const QByteArray,double))); 63 64 } 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 64 72 65 73 _sslIgnoreErrors = (Qt::CheckState(settings.value("sslIgnoreErrors").toInt()) == Qt::Checked);
Note:
See TracChangeset
for help on using the changeset viewer.
