1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-04 06:54:39 -04:00

Fixed threading model for DSPDeviceMIMOEngine plus other fixes. Part of #2159

This commit is contained in:
f4exb
2024-08-17 11:24:19 +02:00
committed by Edouard Griffiths
parent beaf2932ba
commit 290023183c
7 changed files with 109 additions and 116 deletions
+1
View File
@@ -52,6 +52,7 @@ DSPDeviceSourceEngine::DSPDeviceSourceEngine(uint uid, QObject* parent) :
DSPDeviceSourceEngine::~DSPDeviceSourceEngine()
{
qDebug("DSPDeviceSourceEngine::~DSPDeviceSourceEngine");
}
void DSPDeviceSourceEngine::setState(State state)