GNU Radio Manual and C++ API Reference 3.10.5.1
The Free & Open Software Radio Ecosystem
atsc_randomizer.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
10#ifndef INCLUDED_DTV_ATSC_RANDOMIZER_H
11#define INCLUDED_DTV_ATSC_RANDOMIZER_H
12
13#include <gnuradio/dtv/api.h>
14#include <gnuradio/sync_block.h>
15
16namespace gr {
17namespace dtv {
18
19/*!
20 * \brief <+description of block+>
21 * \ingroup dtv
22 *
23 */
25{
26public:
27 typedef std::shared_ptr<atsc_randomizer> sptr;
28
29 /*!
30 * \brief Return a shared_ptr to a new instance of dtv::atsc_randomizer.
31 */
32 static sptr make();
33};
34
35} // namespace dtv
36} // namespace gr
37
38#endif /* INCLUDED_DTV_ATSC_RANDOMIZER_H */
<+description of block+>
Definition: atsc_randomizer.h:25
std::shared_ptr< atsc_randomizer > sptr
Definition: atsc_randomizer.h:27
static sptr make()
Return a shared_ptr to a new instance of dtv::atsc_randomizer.
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