9#ifndef INCLUDED_DTV_DVBT_REED_SOLOMON_ENC_H
10#define INCLUDED_DTV_DVBT_REED_SOLOMON_ENC_H
28 typedef std::shared_ptr<dvbt_reed_solomon_enc>
sptr;
42 static sptr make(
int p,
int m,
int gfpoly,
int n,
int k,
int t,
int s,
int blocks);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
Reed Solomon encoder.
Definition: dvbt_reed_solomon_enc.h:26
static sptr make(int p, int m, int gfpoly, int n, int k, int t, int s, int blocks)
Create a Reed Solomon encoder.
std::shared_ptr< dvbt_reed_solomon_enc > sptr
Definition: dvbt_reed_solomon_enc.h:28
#define DTV_API
Definition: gr-dtv/include/gnuradio/dtv/api.h:18
GNU Radio logging wrapper.
Definition: basic_block.h:29