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