USRP Hardware Driver and USRP Manual  Version: 3.15.0.HEAD-0-g6563c537
UHD and USRP Manual
siggen_block_ctrl.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2014-2018 Ettus Research, a National Instruments Company
3 //
4 // SPDX-License-Identifier: GPL-3.0-or-later
5 //
6 
7 #ifndef INCLUDED_LIBUHD_RFNOC_SIGGEN_BLOCK_CTRL_HPP
8 #define INCLUDED_LIBUHD_RFNOC_SIGGEN_BLOCK_CTRL_HPP
9 
12 
13 namespace uhd { namespace rfnoc {
14 
17 {
18 public:
20 
21 }; /* class siggen_block_ctrl*/
22 
23 }} /* namespace uhd::rfnoc */
24 
25 #endif /* INCLUDED_LIBUHD_RFNOC_SIGGEN_BLOCK_CTRL_HPP */
#define UHD_RFNOC_BLOCK_OBJECT(class_name)
This macro must be put in the public section of an RFNoC.
Definition: block_ctrl_base.hpp:59
Definition: sink_block_ctrl_base.hpp:25
Definition: build_info.hpp:13
#define UHD_RFNOC_API
Definition: config.hpp:104
Definition: source_block_ctrl_base.hpp:24
Definition: siggen_block_ctrl.hpp:15