1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 22:14:45 -04:00

Fixed Interferometer and BeamSteeringCW MIMO channel plugins

This commit is contained in:
f4exb
2022-05-26 11:54:25 +02:00
parent 6620348f9e
commit 4b321a847f
4 changed files with 1 additions and 6 deletions
@@ -53,10 +53,10 @@ Interferometer::Interferometer(DeviceAPI *deviceAPI) :
m_thread = new QThread(this);
m_basebandSink = new InterferometerBaseband(m_fftSize);
m_basebandSink->setSpectrumSink(&m_spectrumVis);
m_basebandSink->setScopeSink(&m_scopeSink);
m_basebandSink->moveToThread(m_thread);
m_deviceAPI->addMIMOChannel(this);
m_deviceAPI->addMIMOChannelAPI(this);
connect(&m_inputMessageQueue, SIGNAL(messageEnqueued()), this, SLOT(handleInputMessages()));
m_networkManager = new QNetworkAccessManager();
QObject::connect(