21#ifndef INCLUDED_SATELLITES_DECODE_RS_GENERAL_H
22#define INCLUDED_SATELLITES_DECODE_RS_GENERAL_H
25#include <gnuradio/block.h>
28 namespace satellites {
38 typedef boost::shared_ptr<decode_rs_general>
sptr;
48 static sptr make(
int gfpoly,
int fcr,
int prim,
int nroots,
bool verbose);
#define SATELLITES_API
Definition api.h:30
<+description of block+>
Definition decode_rs_general.h:36
boost::shared_ptr< decode_rs_general > sptr
Definition decode_rs_general.h:38
static sptr make(int gfpoly, int fcr, int prim, int nroots, bool verbose)
Return a shared_ptr to a new instance of satellites::decode_rs_general.
Definition ao40_deinterleaver.h:25