Changeset 3064 in ntrip


Ignore:
Timestamp:
Mar 4, 2011, 8:58:05 AM (13 years ago)
Author:
mervart
Message:
 
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/BNC/combination/bnccomb.cpp

    r3055 r3064  
    101101  QStringList combineStreams = settings.value("combineStreams").toStringList();
    102102
    103   _masterAC = "BKG"; // TODO: make it an option
    104 
    105103  if (combineStreams.size() >= 2) {
    106104    QListIterator<QString> it(combineStreams);
     
    111109      newAC->name       = hlp[1];
    112110      newAC->weight     = hlp[2].toDouble();
    113 
     111      if (_masterAC.isEmpty()) {
     112        _masterAC = newAC->name;
     113      }
    114114      _ACs[newAC->mountPoint] = newAC;
    115115    }
Note: See TracChangeset for help on using the changeset viewer.