mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Multi device support: add a unique ID to DSPDeviceEngine
This commit is contained in:
@@ -25,7 +25,8 @@
|
||||
#include "dsp/dspcommands.h"
|
||||
#include "dsp/samplesource.h"
|
||||
|
||||
DSPDeviceEngine::DSPDeviceEngine(QObject* parent) :
|
||||
DSPDeviceEngine::DSPDeviceEngine(uint uid, QObject* parent) :
|
||||
m_uid(uid),
|
||||
QThread(parent),
|
||||
m_state(StNotStarted),
|
||||
m_sampleSource(0),
|
||||
|
||||
Reference in New Issue
Block a user