11#ifndef INCLUDED_SATELLITES_MATRIX_DEINTERLEAVER_SOFT_H
12#define INCLUDED_SATELLITES_MATRIX_DEINTERLEAVER_SOFT_H
14#include <gnuradio/block.h>
28 typedef std::shared_ptr<matrix_deinterleaver_soft>
sptr;
39 static sptr make(
int rows,
int cols,
int output_size,
int output_skip);
#define SATELLITES_API
Definition api.h:31
<+description of block+>
Definition matrix_deinterleaver_soft.h:26
std::shared_ptr< matrix_deinterleaver_soft > sptr
Definition matrix_deinterleaver_soft.h:28
static sptr make(int rows, int cols, int output_size, int output_skip)
Return a shared_ptr to a new instance of satellites::matrix_deinterleaver_soft.
Definition ax100_decode.h:17