From 67dbaa41f21fb8610444fd8a61b14af78a4ce48c Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 11 Sep 2019 17:41:21 -0700 Subject: rfnoc: radio: Add API call to disable timestamps By calling radio_control::enable_rx_timestamps(false, chan), the radio will not add timestamps to outgoing packets. --- host/include/uhd/rfnoc/radio_control.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/radio_control.hpp b/host/include/uhd/rfnoc/radio_control.hpp index eb948cb3c..4b1bd3d82 100644 --- a/host/include/uhd/rfnoc/radio_control.hpp +++ b/host/include/uhd/rfnoc/radio_control.hpp @@ -647,6 +647,10 @@ public: virtual void issue_stream_cmd( const uhd::stream_cmd_t& stream_cmd, const size_t port) = 0; + /*! Enable or disable the setting of timestamps on Rx. + */ + virtual void enable_rx_timestamps(const bool enable, const size_t chan) = 0; + /************************************************************************** * Radio Identification API Calls *************************************************************************/ -- cgit v1.2.3