From f27cb2a7711e428a88c59a5af762055c7f1e3e13 Mon Sep 17 00:00:00 2001 From: Andrej Rode Date: Tue, 11 Apr 2017 15:56:13 -0700 Subject: uhd: add a simple make_transport to netd_impl --- host/lib/usrp/netd/netd_impl.hpp | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'host/lib/usrp/netd/netd_impl.hpp') diff --git a/host/lib/usrp/netd/netd_impl.hpp b/host/lib/usrp/netd/netd_impl.hpp index 418f3aef6..4b08f50cd 100644 --- a/host/lib/usrp/netd/netd_impl.hpp +++ b/host/lib/usrp/netd/netd_impl.hpp @@ -54,6 +54,10 @@ class netd_mboard_impl std::string loaded_fpga_image; std::string xport_path; uhd::rpc_client rpc; + uhd::sid_t allocate_sid(const uint16_t port, + const uhd::sid_t address, + const uint32_t xbar_src_addr, + const uint32_t xbar_src_dst); private: bool claim(); @@ -76,6 +80,7 @@ class netd_impl : public uhd::usrp::device3_impl private: std::vector _mb; + size_t _sid_framer; }; uhd::device_addrs_t netd_find(const uhd::device_addr_t& hint_); #endif /* INCLUDED_NETD_IMPL_HPP */ -- cgit v1.2.3