aboutsummaryrefslogtreecommitdiffstats
path: root/Transceiver52M/device/lms/LMSDevice.h
diff options
context:
space:
mode:
Diffstat (limited to 'Transceiver52M/device/lms/LMSDevice.h')
-rw-r--r--Transceiver52M/device/lms/LMSDevice.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Transceiver52M/device/lms/LMSDevice.h b/Transceiver52M/device/lms/LMSDevice.h
index b0ff03b..2828578 100644
--- a/Transceiver52M/device/lms/LMSDevice.h
+++ b/Transceiver52M/device/lms/LMSDevice.h
@@ -20,6 +20,7 @@
#endif
#include "radioDevice.h"
+#include "smpl_buf.h"
#include <sys/time.h>
#include <math.h>
@@ -53,6 +54,8 @@ private:
std::vector<uint32_t> m_last_rx_dropped;
std::vector<uint32_t> m_last_tx_underruns;
+ std::vector<smpl_buf *> rx_buffers;
+
double actualSampleRate; ///< the actual USRP sampling rate
bool started; ///< flag indicates LMS has started