aboutsummaryrefslogtreecommitdiffstats
path: root/src/output/Soapy.h
diff options
context:
space:
mode:
authorMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-24 09:43:22 +0100
committerMatthias P. Braendli <matthias.braendli@mpb.li>2018-01-24 09:43:22 +0100
commita2a8ed04fcf61f73e776c7ee2cfc44fb1fc5dbe6 (patch)
tree71ce1d12c072461b362be03fc2aa26f3d6e74c91 /src/output/Soapy.h
parent904e6bd37fbd25a0fc038faa436039ff24aea67d (diff)
downloaddabmod-a2a8ed04fcf61f73e776c7ee2cfc44fb1fc5dbe6.tar.gz
dabmod-a2a8ed04fcf61f73e776c7ee2cfc44fb1fc5dbe6.tar.bz2
dabmod-a2a8ed04fcf61f73e776c7ee2cfc44fb1fc5dbe6.zip
Handle Soapy TX and RX timestamps for DPD
Diffstat (limited to 'src/output/Soapy.h')
-rw-r--r--src/output/Soapy.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/output/Soapy.h b/src/output/Soapy.h
index 67b280d..5c20156 100644
--- a/src/output/Soapy.h
+++ b/src/output/Soapy.h
@@ -84,7 +84,9 @@ class Soapy : public Output::SDRDevice
SDRDeviceConfig& m_conf;
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;
size_t underflows = 0;
size_t overflows = 0;