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

DATV Mod: Add UDP buffer utiliziation in GUI on Windows

This commit is contained in:
Jon Beniston
2021-07-28 16:10:04 +01:00
parent 147e3881e6
commit 2f5d3dd2f7
10 changed files with 118 additions and 1 deletions
@@ -192,6 +192,11 @@ bool DATVModBaseband::handleMessage(const Message& cmd)
m_source.reportUDPBitrate();
return true;
}
else if (DATVMod::MsgGetUDPBufferUtilization::match(cmd))
{
m_source.reportUDPBufferUtilization();
return true;
}
else
{
return false;