aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/rfnoc/ctrl_iface.hpp
diff options
context:
space:
mode:
authorMartin Braun <martin.braun@ettus.com>2016-11-01 14:47:26 -0700
committerMartin Braun <martin.braun@ettus.com>2016-11-09 14:59:14 -0800
commite914f380941a090311c05e525485ac175ce4bfd0 (patch)
treef2074252e4ab1c087e7936bea4bb629618523718 /host/lib/rfnoc/ctrl_iface.hpp
parent1bd5f44de5485aa835999ee7a6c65ea6836953d1 (diff)
downloaduhd-e914f380941a090311c05e525485ac175ce4bfd0.tar.gz
uhd-e914f380941a090311c05e525485ac175ce4bfd0.tar.bz2
uhd-e914f380941a090311c05e525485ac175ce4bfd0.zip
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 <michael.west@ettus.com>
Diffstat (limited to 'host/lib/rfnoc/ctrl_iface.hpp')
-rw-r--r--host/lib/rfnoc/ctrl_iface.hpp12
1 files changed, 0 insertions, 12 deletions
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;
};