USRP Hardware Driver and USRP Manual  Version: 3.15.0.HEAD-0-g6563c537
UHD and USRP Manual
terminator_node_ctrl.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2015 Ettus Research LLC
3 // Copyright 2018 Ettus Research, a National Instruments Company
4 //
5 // SPDX-License-Identifier: GPL-3.0-or-later
6 //
7 
8 #ifndef INCLUDED_LIBUHD_TERMINATOR_NODE_CTRL_BASE_HPP
9 #define INCLUDED_LIBUHD_TERMINATOR_NODE_CTRL_BASE_HPP
10 
12 
13 namespace uhd { namespace rfnoc {
14 
29 class terminator_node_ctrl : virtual public node_ctrl_base
30 {
31 public:
32  /***********************************************************************
33  * Types
34  **********************************************************************/
35  typedef boost::shared_ptr<terminator_node_ctrl> sptr;
36 
37 }; /* class terminator_node_ctrl */
38 
39 }} /* namespace uhd::rfnoc */
40 
41 #endif /* INCLUDED_LIBUHD_TERMINATOR_NODE_CTRL_BASE_HPP */
boost::shared_ptr< terminator_node_ctrl > sptr
Definition: terminator_node_ctrl.hpp:35
Definition: terminator_node_ctrl.hpp:29
Definition: build_info.hpp:13
#define UHD_RFNOC_API
Definition: config.hpp:104
Definition: node_ctrl_base.hpp:31