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

SDRdaemon plugin: Added buffer length in seconds to the GUI

This commit is contained in:
f4exb
2016-03-20 14:40:40 +01:00
parent b7a4c468fc
commit 3bebd05411
7 changed files with 33 additions and 0 deletions
@@ -244,6 +244,7 @@ void SDRdaemonUDPHandler::tick()
m_tv_usec,
m_sdrDaemonBuffer.isSyncLocked(),
m_sdrDaemonBuffer.getFrameSize(),
m_sdrDaemonBuffer.getBufferLengthInSecs(),
m_sdrDaemonBuffer.isLz4Compressed(),
m_sdrDaemonBuffer.getCompressionRatio(),
m_sdrDaemonBuffer.getLz4DataCRCOK(),