GNU Radio Manual and C++ API Reference 3.10.5.1
The Free & Open Software Radio Ecosystem
atsc_interleaver.h
Go to the documentation of this file.
1/* -*- c++ -*- */
2/*
3 * Copyright 2015 Free Software Foundation, Inc.
4 *
5 * SPDX-License-Identifier: GPL-3.0-or-later
6 *
7 */
8
9#ifndef INCLUDED_DTV_ATSC_INTERLEAVER_H
10#define INCLUDED_DTV_ATSC_INTERLEAVER_H
11
12#include <gnuradio/dtv/api.h>
13#include <gnuradio/sync_block.h>
14
15namespace gr {
16namespace dtv {
17
18/*!
19 * \brief <+description of block+>
20 * \ingroup dtv
21 *
22 */
24{
25public:
26 typedef std::shared_ptr<atsc_interleaver> sptr;
27
28 /*!
29 * \brief Return a shared_ptr to a new instance of dtv::atsc_interleaver.
30 */
31 static sptr make();
32};
33
34} // namespace dtv
35} // namespace gr
36
37#endif /* INCLUDED_DTV_ATSC_INTERLEAVER_H */
<+description of block+>
Definition: atsc_interleaver.h:24
std::shared_ptr< atsc_interleaver > sptr
Definition: atsc_interleaver.h:26
static sptr make()
Return a shared_ptr to a new instance of dtv::atsc_interleaver.
synchronous 1:1 input to output with history
Definition: sync_block.h:26
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29