From c256b9df6502536c2e451e690f1ad5962c664d1a Mon Sep 17 00:00:00 2001 From: Martin Braun Date: Wed, 3 Jul 2019 20:15:35 -0700 Subject: x300/mpmd: Port all RFNoC devices to the new RFNoC framework Co-Authored-By: Alex Williams Co-Authored-By: Sugandha Gupta Co-Authored-By: Brent Stapleton Co-Authored-By: Ciro Nishiguchi --- host/lib/usrp/x300/x300_conn_mgr.hpp | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'host/lib/usrp/x300/x300_conn_mgr.hpp') diff --git a/host/lib/usrp/x300/x300_conn_mgr.hpp b/host/lib/usrp/x300/x300_conn_mgr.hpp index 8aca2eb06..9ad870dfd 100644 --- a/host/lib/usrp/x300/x300_conn_mgr.hpp +++ b/host/lib/usrp/x300/x300_conn_mgr.hpp @@ -8,9 +8,12 @@ #define INCLUDED_X300_CONN_MGR_HPP #include +#include #include #include #include +#include +#include #include namespace uhd { namespace usrp { namespace x300 { @@ -28,6 +31,14 @@ public: virtual uhd::wb_iface::sptr get_ctrl_iface() = 0; virtual size_t get_mtu(uhd::direction_t dir) = 0; + + virtual std::vector get_local_device_ids() = 0; + + virtual uhd::transport::both_links_t get_links(uhd::transport::link_type_t link_type, + const uhd::rfnoc::device_id_t local_device_id, + const uhd::rfnoc::sep_id_t& local_epid, + const uhd::rfnoc::sep_id_t& remote_epid, + const uhd::device_addr_t& link_args) = 0; }; }}} // namespace uhd::usrp::x300 -- cgit v1.2.3