21#ifndef INCLUDED_DTV_DVBT_CONVOLUTIONAL_DEINTERLEAVER_H
22#define INCLUDED_DTV_DVBT_CONVOLUTIONAL_DEINTERLEAVER_H
42 typedef boost::shared_ptr<dvbt_convolutional_deinterleaver>
sptr;
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
Convolutional deinterleaver.
Definition: dvbt_convolutional_deinterleaver.h:40
static sptr make(int nsize, int I, int M)
Create a DVB-T convolutional deinterleaver.
boost::shared_ptr< dvbt_convolutional_deinterleaver > sptr
Definition: dvbt_convolutional_deinterleaver.h:42
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:30
Include this header to use the message passing features.
Definition: basic_block.h:45