Can now spawn/delete demodulators

This commit is contained in:
Charles J. Cliffe
2014-12-10 21:22:13 -05:00
parent f2c59fedd1
commit 4d35075655
16 changed files with 132 additions and 121 deletions
+3 -1
View File
@@ -50,7 +50,9 @@ void SDRPostThread::threadMain() {
}
if (iqVisualQueue != NULL) {
iqVisualQueue.load()->push(dataOut);
if (iqVisualQueue.load()->empty()) {
iqVisualQueue.load()->push(dataOut);
}
}
if (demodulators.size()) {