mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 06:04:39 -04:00
SDRdaemon plugin: report stream locked in UI
This commit is contained in:
@@ -208,7 +208,8 @@ void SDRdaemonUDPHandler::tick()
|
||||
m_tickCount = 0;
|
||||
SDRdaemonInput::MsgReportSDRdaemonStreamTiming *report = SDRdaemonInput::MsgReportSDRdaemonStreamTiming::create(
|
||||
m_tv_sec,
|
||||
m_tv_usec);
|
||||
m_tv_usec,
|
||||
m_sdrDaemonBuffer.isSyncLocked());
|
||||
m_outputMessageQueueToGUI->push(report);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user