From e914f380941a090311c05e525485ac175ce4bfd0 Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Tue, 1 Nov 2016 14:47:26 -0700 Subject: rfnoc: Minor cleanup in ctrl_iface - Removed dump queue concept (was geared towards b200 anyway) - Removed some superfluous lines - Requires bidirectional transports Reviewed-By: Michael West --- host/lib/rfnoc/ctrl_iface.hpp | 12 ------------ 1 file changed, 12 deletions(-) (limited to 'host/lib/rfnoc/ctrl_iface.hpp') diff --git a/host/lib/rfnoc/ctrl_iface.hpp b/host/lib/rfnoc/ctrl_iface.hpp index 3690874f9..5e88c3dd6 100644 --- a/host/lib/rfnoc/ctrl_iface.hpp +++ b/host/lib/rfnoc/ctrl_iface.hpp @@ -47,18 +47,6 @@ public: const std::string &name = "0" ); - //! Hold a ref to a task thats feeding push response - virtual void hold_task(uhd::msg_task::sptr task) = 0; - - //! Push a response externall (resp_xport is NULL) - virtual void push_response(const uint32_t *buff) = 0; - - //! Set the command time that will activate - virtual void set_time(const uhd::time_spec_t &time) = 0; - - //! Get the command time that will activate - virtual uhd::time_spec_t get_time(void) = 0; - //! Set the tick rate (converting time into ticks) virtual void set_tick_rate(const double rate) = 0; }; -- cgit v1.2.3