USRP Hardware Driver and USRP Manual Version: 3.15.0.0-MacPorts-Release
UHD and USRP Manual
 
Loading...
Searching...
No Matches
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
13namespace uhd { namespace rfnoc {
14
30{
31public:
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 */
Definition node_ctrl_base.hpp:39
Definition terminator_node_ctrl.hpp:30
boost::shared_ptr< terminator_node_ctrl > sptr
Definition terminator_node_ctrl.hpp:35
#define UHD_RFNOC_API
Definition config.hpp:117
Definition build_info.hpp:13