USRP Hardware Driver and USRP Manual
Version: 3.15.0.HEAD-0-gaea0e2de
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
10
#include <
uhd/rfnoc/sink_block_ctrl_base.hpp
>
11
#include <
uhd/rfnoc/source_block_ctrl_base.hpp
>
12
13
namespace
uhd
{
namespace
rfnoc {
14
15
class
UHD_RFNOC_API
siggen_block_ctrl
:
public
source_block_ctrl_base
,
16
public
sink_block_ctrl_base
17
{
18
public
:
19
UHD_RFNOC_BLOCK_OBJECT
(
siggen_block_ctrl
)
20
21
};
/* class siggen_block_ctrl*/
22
23
}}
/* namespace uhd::rfnoc */
24
25
#endif
/* INCLUDED_LIBUHD_RFNOC_SIGGEN_BLOCK_CTRL_HPP */
sink_block_ctrl_base.hpp
UHD_RFNOC_BLOCK_OBJECT
#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
uhd::rfnoc::sink_block_ctrl_base
Definition:
sink_block_ctrl_base.hpp:25
uhd
Definition:
build_info.hpp:13
UHD_RFNOC_API
#define UHD_RFNOC_API
Definition:
config.hpp:117
uhd::rfnoc::source_block_ctrl_base
Definition:
source_block_ctrl_base.hpp:24
uhd::rfnoc::siggen_block_ctrl
Definition:
siggen_block_ctrl.hpp:15
source_block_ctrl_base.hpp
include
uhd
rfnoc
siggen_block_ctrl.hpp
Generated by
1.8.13