From e904cf0165ee80989c6d86572684997109d21fa8 Mon Sep 17 00:00:00 2001 From: F5OEO Date: Mon, 10 Dec 2018 19:51:44 +0000 Subject: First working minimal live version --- src/output/Lime.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/output/Lime.h') 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; -- cgit v1.2.3