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

SDRdaemon input: fixed reporting to the GUI. Device sample source: cleanup

This commit is contained in:
f4exb
2017-09-17 02:02:41 +02:00
parent 31ad75a405
commit 2af1f56fea
4 changed files with 25 additions and 10 deletions
@@ -180,9 +180,7 @@ void SDRdaemonSourceUDPHandler::processData()
m_tv_sec,
m_tv_usec);
if (m_outputMessageQueueToGUI) {
m_outputMessageQueueToGUI->push(report);
}
m_outputMessageQueueToGUI->push(report);
}
}
@@ -262,8 +260,6 @@ void SDRdaemonSourceUDPHandler::tick()
nbOriginalBlocks,
nbFECblocks);
if (m_outputMessageQueueToGUI) {
m_outputMessageQueueToGUI->push(report);
}
m_outputMessageQueueToGUI->push(report);
}
}