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/mpmd/mpmd_xport_ctrl_udp.hpp | 45 ------------------------------ 1 file changed, 45 deletions(-) delete mode 100644 host/lib/usrp/mpmd/mpmd_xport_ctrl_udp.hpp (limited to 'host/lib/usrp/mpmd/mpmd_xport_ctrl_udp.hpp') diff --git a/host/lib/usrp/mpmd/mpmd_xport_ctrl_udp.hpp b/host/lib/usrp/mpmd/mpmd_xport_ctrl_udp.hpp deleted file mode 100644 index 86301bb2a..000000000 --- a/host/lib/usrp/mpmd/mpmd_xport_ctrl_udp.hpp +++ /dev/null @@ -1,45 +0,0 @@ -// -// Copyright 2017 Ettus Research, a National Instruments Company -// -// SPDX-License-Identifier: GPL-3.0-or-later -// - -#ifndef INCLUDED_MPMD_XPORT_ctrl_udp_HPP -#define INCLUDED_MPMD_XPORT_ctrl_udp_HPP - -#include "../device3/device3_impl.hpp" -#include "mpmd_xport_ctrl_base.hpp" -#include - -namespace uhd { namespace mpmd { namespace xport { - -/*! UDP transport manager - * - * Opens UDP sockets - */ -class mpmd_xport_ctrl_udp : public mpmd_xport_ctrl_base -{ -public: - mpmd_xport_ctrl_udp(const uhd::device_addr_t& mb_args); - - both_xports_t make_transport(mpmd_xport_mgr::xport_info_t& xport_info, - const usrp::device3_impl::xport_type_t xport_type, - const uhd::device_addr_t& xport_args); - - bool is_valid(const mpmd_xport_mgr::xport_info_t& xport_info) const; - - size_t get_mtu(const uhd::direction_t dir) const; - -private: - const uhd::device_addr_t _mb_args; - const uhd::dict _recv_args; - const uhd::dict _send_args; - //! A list of IP addresses we can connect our CHDR connections to - const std::vector _available_addrs; - //! MTU - size_t _mtu; -}; - -}}} /* namespace uhd::mpmd::xport */ - -#endif /* INCLUDED_MPMD_XPORT_ctrl_udp_HPP */ -- cgit v1.2.3