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

SDRdaemon plugin: added samples buffer to the SDRdaemon buffer class

This commit is contained in:
f4exb
2016-01-25 08:40:44 +01:00
parent 7a6882829a
commit fd8c9c41eb
@@ -22,6 +22,7 @@
#include <cstddef>
#include <lz4.h>
#include "util/CRC64.h"
#include "dsp/samplefifo.h"
class SDRdaemonBuffer
{
@@ -87,6 +88,7 @@ private:
uint32_t m_nbCRCOK;
uint64_t m_dataCRC;
SampleVector m_convertBuffer;
};