GNU Radio's SATELLITES Package
|
<+description of block+> More...
#include <matrix_deinterleaver_soft.h>
Public Types | |
typedef std::shared_ptr< matrix_deinterleaver_soft > | sptr |
Static Public Member Functions | |
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. | |
<+description of block+>
typedef std::shared_ptr<matrix_deinterleaver_soft> gr::satellites::matrix_deinterleaver_soft::sptr |
|
static |
Return a shared_ptr to a new instance of satellites::matrix_deinterleaver_soft.
To avoid accidental use of raw pointers, satellites::matrix_deinterleaver_soft's constructor is in a private implementation class. satellites::matrix_deinterleaver_soft::make is the public interface for creating new instances.