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

SDRdaemon plugin: report LZ4 compression status

This commit is contained in:
f4exb
2016-02-23 18:19:35 +01:00
parent 16c3e3e72f
commit 23750b10f6
6 changed files with 22 additions and 6 deletions
@@ -210,7 +210,8 @@ void SDRdaemonUDPHandler::tick()
m_tv_sec,
m_tv_usec,
m_sdrDaemonBuffer.isSyncLocked(),
m_sdrDaemonBuffer.getFrameSize());
m_sdrDaemonBuffer.getFrameSize(),
m_sdrDaemonBuffer.isLz4Compressed());
m_outputMessageQueueToGUI->push(report);
}
}