Changeset 3064 in ntrip for trunk/BNC/combination
- Timestamp:
- Mar 4, 2011, 8:58:05 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/BNC/combination/bnccomb.cpp
r3055 r3064 101 101 QStringList combineStreams = settings.value("combineStreams").toStringList(); 102 102 103 _masterAC = "BKG"; // TODO: make it an option104 105 103 if (combineStreams.size() >= 2) { 106 104 QListIterator<QString> it(combineStreams); … … 111 109 newAC->name = hlp[1]; 112 110 newAC->weight = hlp[2].toDouble(); 113 111 if (_masterAC.isEmpty()) { 112 _masterAC = newAC->name; 113 } 114 114 _ACs[newAC->mountPoint] = newAC; 115 115 }
Note:
See TracChangeset
for help on using the changeset viewer.