From 56e046c3390a15aab4baddb502a490bb4505942a Mon Sep 17 00:00:00 2001 From: "Matthias P. Braendli" Date: Fri, 14 Oct 2022 22:10:30 +0200 Subject: Rework timestamp_refresh Since we have the 'timestamp in the past' warning refresh requests can be lost --- src/output/SDRDevice.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/output/SDRDevice.h') diff --git a/src/output/SDRDevice.h b/src/output/SDRDevice.h index bb63f60..b599f5a 100644 --- a/src/output/SDRDevice.h +++ b/src/output/SDRDevice.h @@ -2,7 +2,7 @@ Copyright (C) 2005, 2006, 2007, 2008, 2009, 2010 Her Majesty the Queen in Right of Canada (Communications Research Center Canada) - Copyright (C) 2019 + Copyright (C) 2022 Matthias P. Braendli, matthias.braendli@mpb.li http://opendigitalradio.org @@ -142,6 +142,11 @@ class SDRDevice { virtual bool is_clk_source_ok(void) const = 0; virtual const char* device_name(void) const = 0; + + virtual void require_timestamp_refresh() { m_require_timestamp_refresh = true; } + + protected: + bool m_require_timestamp_refresh = false; }; } // namespace Output -- cgit v1.2.3