1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 07:24:44 -04:00

SDRdaemon plugin: report frame soze in UI. Reorganized UI

This commit is contained in:
f4exb
2016-02-23 18:09:20 +01:00
parent 6b368f10b6
commit 16c3e3e72f
6 changed files with 167 additions and 138 deletions
@@ -209,7 +209,8 @@ void SDRdaemonUDPHandler::tick()
SDRdaemonInput::MsgReportSDRdaemonStreamTiming *report = SDRdaemonInput::MsgReportSDRdaemonStreamTiming::create(
m_tv_sec,
m_tv_usec,
m_sdrDaemonBuffer.isSyncLocked());
m_sdrDaemonBuffer.isSyncLocked(),
m_sdrDaemonBuffer.getFrameSize());
m_outputMessageQueueToGUI->push(report);
}
}