mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-04 15:04:38 -04:00
SoapySDR support: output: implemented thread and related methods
This commit is contained in:
@@ -37,7 +37,7 @@ class SoapySDRInputThread : public QThread {
|
||||
Q_OBJECT
|
||||
|
||||
public:
|
||||
SoapySDRInputThread(SoapySDR::Device* dev, unsigned int nbRxChannels, QObject* parent = NULL);
|
||||
SoapySDRInputThread(SoapySDR::Device* dev, unsigned int nbRxChannels, QObject* parent = 0);
|
||||
~SoapySDRInputThread();
|
||||
|
||||
void startWork();
|
||||
|
||||
Reference in New Issue
Block a user