USRP Hardware Driver and USRP Manual  Version: 3.13.1.0-3
UHD and USRP Manual
ddc_block_ctrl.hpp
Go to the documentation of this file.
1 //
2 // Copyright 2016 Ettus Research
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_RFNOC_DDC_BLOCK_CTRL_HPP
9 #define INCLUDED_LIBUHD_RFNOC_DDC_BLOCK_CTRL_HPP
10 
15 
16 namespace uhd {
17  namespace rfnoc {
18 
29  public sink_block_ctrl_base,
30  public rate_node_ctrl,
31  public scalar_node_ctrl
32 {
33 public:
35 
36 }; /* class ddc_block_ctrl*/
37 
38 }} /* namespace uhd::rfnoc */
39 
40 #endif /* INCLUDED_LIBUHD_RFNOC_DDC_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:61
Definition: sink_block_ctrl_base.hpp:26
Definition: rate_node_ctrl.hpp:28
Definition: build_info.hpp:14
#define UHD_RFNOC_API
Definition: config.hpp:98
Definition: source_block_ctrl_base.hpp:25
Definition: scalar_node_ctrl.hpp:28
DDC block controller.
Definition: ddc_block_ctrl.hpp:27