Changeset 2332 in ntrip for trunk/BNS/bns.cpp


Ignore:
Timestamp:
Feb 24, 2010, 5:11:39 PM (14 years ago)
Author:
weber
Message:

* empty log message *

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNS/bns.cpp

    r2327 r2332  
    8282  // Socket and file for outputting the results
    8383  // -------------------------------------------
    84   for (int ic = 1; ic <= 3; ic++) {
     84  for (int ic = 1; ic <= 6; ic++) {
    8585    QString mountpoint  = settings.value(QString("mountpoint_%1").arg(ic)).toString();
    8686    QString outFileName = settings.value(QString("outFile_%1").arg(ic)).toString();
     
    519519            if (_caster.at(ic)->ic() == 2) { emit(newOutBytes2(len));}
    520520            if (_caster.at(ic)->ic() == 3) { emit(newOutBytes3(len));}
     521            if (_caster.at(ic)->ic() == 4) { emit(newOutBytes4(len));}
     522            if (_caster.at(ic)->ic() == 5) { emit(newOutBytes5(len));}
     523            if (_caster.at(ic)->ic() == 6) { emit(newOutBytes6(len));}
    521524            _caster.at(ic)->write(obuffer, len);
    522525          }
Note: See TracChangeset for help on using the changeset viewer.