GNU Radio Manual and C++ API Reference
3.9.1.0
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
16
namespace
gr
{
17
namespace
dtv {
18
19
/*!
20
* \brief <+description of block+>
21
* \ingroup dtv
22
*
23
*/
24
class
DTV_API
atsc_randomizer
:
virtual
public
gr::sync_block
25
{
26
public
:
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 */
DTV_API
#define DTV_API
Definition:
gr-dtv/include/gnuradio/dtv/api.h:18
gr::dtv::atsc_randomizer
<+description of block+>
Definition:
atsc_randomizer.h:24
gr::sync_block
synchronous 1:1 input to output with history
Definition:
sync_block.h:25
api.h
sync_block.h
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:29
gr::dtv::atsc_randomizer::sptr
std::shared_ptr< atsc_randomizer > sptr
Definition:
atsc_randomizer.h:27
gr-dtv
include
gnuradio
dtv
atsc_randomizer.h
Generated by
1.8.17