USRP Hardware Driver and USRP Manual  Version: 3.12.0.0-0-unknown
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 {
14  namespace rfnoc {
15 
30 class terminator_node_ctrl : virtual public node_ctrl_base
31 {
32 public:
33  /***********************************************************************
34  * Types
35  **********************************************************************/
36  typedef boost::shared_ptr<terminator_node_ctrl> sptr;
37 
38 }; /* class terminator_node_ctrl */
39 
40 }} /* namespace uhd::rfnoc */
41 
42 #endif /* INCLUDED_LIBUHD_TERMINATOR_NODE_CTRL_BASE_HPP */
43 // vim: sw=4 et:
boost::shared_ptr< terminator_node_ctrl > sptr
Definition: terminator_node_ctrl.hpp:36
Definition: terminator_node_ctrl.hpp:30
Definition: build_info.hpp:14
#define UHD_RFNOC_API
Definition: config.hpp:93
Definition: node_ctrl_base.hpp:31