From 29f896182a6b9d2b6831dfcc0b22711f05fde0c2 Mon Sep 17 00:00:00 2001 From: Trung Tran Date: Fri, 3 Aug 2018 09:10:48 -0700 Subject: radio_ctrl: add disable time stamp --- host/include/uhd/rfnoc/radio_ctrl.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/radio_ctrl.hpp b/host/include/uhd/rfnoc/radio_ctrl.hpp index 9f1496dfc..28ba9264b 100644 --- a/host/include/uhd/rfnoc/radio_ctrl.hpp +++ b/host/include/uhd/rfnoc/radio_ctrl.hpp @@ -531,6 +531,9 @@ public: */ virtual std::string get_dboard_fe_from_chan(const size_t chan, const uhd::direction_t dir) = 0; + /*! Enable or disable the setting of timestamps on Rx. + */ + virtual void enable_rx_timestamps(const bool enable, const size_t chan) = 0; }; /* class radio_ctrl */ }} /* namespace uhd::rfnoc */ -- cgit v1.2.3