1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-05 15:34:57 -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
@@ -72,6 +72,7 @@ public:
void updateBlockCounts(uint32_t nbBytesReceived);
bool isSync() const { return m_sync; }
bool isSyncLocked() const { return m_syncLock; }
uint32_t getFrameSize() const { return m_frameSize; }
static const int m_udpPayloadSize;
static const int m_sampleSize;