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:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user