21 #ifndef INCLUDED_DTV_DVBT_REED_SOLOMON_DEC_H 22 #define INCLUDED_DTV_DVBT_REED_SOLOMON_DEC_H 40 typedef boost::shared_ptr<dvbt_reed_solomon_dec>
sptr;
54 static sptr make(
int p,
int m,
int gfpoly,
int n,
int k,
int t,
int s,
int blocks);
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:30
Reed Solomon decoder.ETSI EN 300 744 Clause 4.3.2 RS(N=204,K=239,T=8).
Definition: dvbt_reed_solomon_dec.h:37
GNU Radio logging wrapper for log4cpp library (C++ port of log4j)
Definition: basic_block.h:43
boost::shared_ptr< dvbt_reed_solomon_dec > sptr
Definition: dvbt_reed_solomon_dec.h:40
The abstract base class for all 'terminal' processing blocks.A signal processing flow is constructed ...
Definition: block.h:71