GNU Radio Manual and C++ API Reference
3.9.1.0
The Free & Open Software Radio Ecosystem
atsc_depad.h
Go to the documentation of this file.
1
/* -*- c++ -*- */
2
/*
3
* Copyright 2014 Free Software Foundation, Inc.
4
*
5
* This file is part of GNU Radio
6
*
7
* SPDX-License-Identifier: GPL-3.0-or-later
8
*
9
*/
10
11
#ifndef INCLUDED_DTV_ATSC_DEPAD_H
12
#define INCLUDED_DTV_ATSC_DEPAD_H
13
14
#include <
gnuradio/dtv/api.h
>
15
#include <
gnuradio/sync_interpolator.h
>
16
17
namespace
gr
{
18
namespace
dtv {
19
20
/*!
21
* \brief ATSC depad mpeg ts packets from 256 byte atsc_mpeg_packet to 188 byte char
22
* \ingroup dtv_atsc
23
*
24
* input: atsc_mpeg_packet; output: unsigned char
25
*/
26
class
DTV_API
atsc_depad
:
virtual
public
gr::sync_interpolator
27
{
28
public
:
29
// gr::dtv::atsc_depad::sptr
30
typedef
std::shared_ptr<atsc_depad>
sptr
;
31
32
/*!
33
* \brief Make a new instance of gr::dtv::atsc_depad.
34
*/
35
static
sptr
make();
36
};
37
38
}
/* namespace dtv */
39
}
/* namespace gr */
40
41
#endif
/* INCLUDED_DTV_ATSC_DEPAD_H */
DTV_API
#define DTV_API
Definition:
gr-dtv/include/gnuradio/dtv/api.h:18
gr::sync_interpolator
synchronous 1:N input to output with history
Definition:
sync_interpolator.h:25
api.h
gr::dtv::atsc_depad::sptr
std::shared_ptr< atsc_depad > sptr
Definition:
atsc_depad.h:30
sync_interpolator.h
gr::dtv::atsc_depad
ATSC depad mpeg ts packets from 256 byte atsc_mpeg_packet to 188 byte char.
Definition:
atsc_depad.h:26
gr
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition:
basic_block.h:29
gr-dtv
include
gnuradio
dtv
atsc_depad.h
Generated by
1.8.17