GNU Radio's SATELLITES Package
|
<+description of block+> More...
#include <encode_rs.h>
Public Types | |
typedef std::shared_ptr< encode_rs > | sptr |
Static Public Member Functions | |
static sptr | make (bool dual_basis, int interleave=1) |
Return a shared_ptr to a new instance of satellites::encode_rs. More... | |
static sptr | make (int symsize, int gfpoly, int fcr, int prim, int nroots, int interleave=1) |
Return a shared_ptr to a new instance of satellites::encode_rs. More... | |
<+description of block+>
typedef std::shared_ptr<encode_rs> gr::satellites::encode_rs::sptr |
|
static |
Return a shared_ptr to a new instance of satellites::encode_rs.
To avoid accidental use of raw pointers, satellites::encode_rs's constructor is in a private implementation class. satellites::encode_rs::make is the public interface for creating new instances.
|
static |
Return a shared_ptr to a new instance of satellites::encode_rs.
To avoid accidental use of raw pointers, satellites::encode_rs's constructor is in a private implementation class. satellites::encode_rs::make is the public interface for creating new instances.