Modem property grid now shows interactive settings

- Not yet applied
This commit is contained in:
Charles J. Cliffe
2015-11-23 22:03:14 -05:00
parent 5303f329df
commit c5bccb4211
4 changed files with 18 additions and 2 deletions
+2
View File
@@ -1,5 +1,6 @@
#include "DemodulatorWorkerThread.h"
#include "CubicSDRDefs.h"
#include "CubicSDR.h"
#include <vector>
DemodulatorWorkerThread::DemodulatorWorkerThread() : IOThread(),
@@ -52,6 +53,7 @@ void DemodulatorWorkerThread::run() {
cModem = Modem::makeModem(demodCommand.demodType);
cModemType = demodCommand.demodType;
result.sampleRate = demodCommand.sampleRate;
wxGetApp().getAppFrame()->updateModemProperties(cModem->getSettings());
}
result.modem = cModem;