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

    r7889 r8275  
    3535  while (it.hasNext()) {
    3636    QStringList hlp = it.next().split(",");
    37     if (hlp.size() > 3) {
     37    if (hlp.size() > 5) {
    3838      ++iRow;
    3939      int  outPort = hlp[1].toInt();
    4040      bncUploadCaster* newCaster = new bncUploadCaster(hlp[2], hlp[0], outPort,
    41                                                        hlp[3], iRow, sampl);
     41                                                       hlp[3], hlp[4],
     42                                                       hlp[5], iRow, sampl);
    4243
    4344      connect(newCaster, SIGNAL(newBytes(QByteArray,double)),
Note: See TracChangeset for help on using the changeset viewer.