1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-08-14 15:33:34 -04:00

LimeSDR input: status bar updated

This commit is contained in:
f4exb
2017-04-19 22:43:18 +02:00
parent db67e07ab9
commit 2c5ea336da
4 changed files with 107 additions and 17 deletions
@@ -128,6 +128,7 @@ public:
uint64_t getTimestamp() const { return m_timestamp; }
static MsgReportStreamInfo* create(
bool success,
bool active,
uint32_t fifoFilledCount,
uint32_t fifoSize,
@@ -140,6 +141,7 @@ public:
)
{
return new MsgReportStreamInfo(
success,
active,
fifoFilledCount,
fifoSize,