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

MIMO: plugins update

This commit is contained in:
f4exb
2019-10-25 08:30:01 +02:00
parent cac5444647
commit 9619b4df52
16 changed files with 218 additions and 69 deletions
@@ -101,7 +101,7 @@ void Interferometer::feed(const SampleVector::const_iterator& begin, const Sampl
m_sink->feed(begin, end, sinkIndex);
}
void Interferometer::pull(const SampleVector::const_iterator& begin, unsigned int nbSamples, unsigned int sourceIndex)
void Interferometer::pull(const SampleVector::iterator& begin, unsigned int nbSamples, unsigned int sourceIndex)
{
(void) begin;
(void) nbSamples;
@@ -197,6 +197,7 @@ bool Interferometer::handleMessage(const Message& cmd)
if (m_guiMessageQueue)
{
qDebug() << "Interferometer::handleMessage: DSPMIMOSignalNotification: push to GUI";
MsgBasebandNotification *msg = MsgBasebandNotification::create(
notif.getSampleRate(), notif.getCenterFrequency());
m_guiMessageQueue->push(msg);