aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Lime.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/output/Lime.h')
-rw-r--r--src/output/Lime.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/output/Lime.h b/src/output/Lime.h
index 1770aaf..7ab4aca 100644
--- a/src/output/Lime.h
+++ b/src/output/Lime.h
@@ -79,13 +79,14 @@ class Lime : public Output::SDRDevice
private:
SDRDeviceConfig& m_conf;
lms_device_t *m_device=nullptr;
+ size_t m_channel=0; // Should be set by config
/*
SoapySDR::Device *m_device = nullptr;
SoapySDR::Stream *m_tx_stream = nullptr;
- bool m_tx_stream_active = false;
- SoapySDR::Stream *m_rx_stream = nullptr;
*/
- bool m_rx_stream_active = false;
+ lms_stream_t m_tx_stream;
+ bool m_tx_stream_active = false;
+
size_t underflows = 0;
size_t overflows = 0;