From b5be620d1922e924eb5da5bf26955b570eab2584 Mon Sep 17 00:00:00 2001 From: Sugandha Gupta Date: Fri, 22 Jun 2018 14:49:33 +0100 Subject: RFNoC: Add Siggen block controller --- host/include/uhd/rfnoc/siggen_block_ctrl.hpp | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 host/include/uhd/rfnoc/siggen_block_ctrl.hpp (limited to 'host/include') diff --git a/host/include/uhd/rfnoc/siggen_block_ctrl.hpp b/host/include/uhd/rfnoc/siggen_block_ctrl.hpp new file mode 100644 index 000000000..3d21ca258 --- /dev/null +++ b/host/include/uhd/rfnoc/siggen_block_ctrl.hpp @@ -0,0 +1,25 @@ +// +// Copyright 2014-2018 Ettus Research, a National Instruments Company +// +// SPDX-License-Identifier: GPL-3.0-or-later +// + +#ifndef INCLUDED_LIBUHD_RFNOC_SIGGEN_BLOCK_CTRL_HPP +#define INCLUDED_LIBUHD_RFNOC_SIGGEN_BLOCK_CTRL_HPP + +#include +#include + +namespace uhd { + namespace rfnoc { + +class UHD_RFNOC_API siggen_block_ctrl : public source_block_ctrl_base, public sink_block_ctrl_base +{ +public: + UHD_RFNOC_BLOCK_OBJECT(siggen_block_ctrl) + +}; /* class siggen_block_ctrl*/ + +}} /* namespace uhd::rfnoc */ + +#endif /* INCLUDED_LIBUHD_RFNOC_SIGGEN_BLOCK_CTRL_HPP */ -- cgit v1.2.3