11#ifndef INCLUDED_SATELLITES_DECODE_RS_H
12#define INCLUDED_SATELLITES_DECODE_RS_H
14#include <gnuradio/block.h>
28 typedef std::shared_ptr<decode_rs>
sptr;
38 static sptr make(
int dual_basis,
int interleave);
#define SATELLITES_API
Definition: api.h:31
<+description of block+>
Definition: include/satellites/decode_rs.h:26
static sptr make(int dual_basis, int interleave)
Return a shared_ptr to a new instance of satellites::decode_rs.
static sptr make(int symsize, int gfpoly, int fcr, int prim, int nroots, int interleave)
Return a shared_ptr to a new instance of satellites::decode_rs.
std::shared_ptr< decode_rs > sptr
Definition: include/satellites/decode_rs.h:28
rs nroots
Definition: init_rs.h:80
rs fcr
Definition: init_rs.h:78
rs prim
Definition: init_rs.h:79
Definition: ax100_decode.h:17