GNU Radio's SATELLITES Package
|
<+description of block+> More...
#include <encode_rs.h>
Public Types | |
typedef boost::shared_ptr< encode_rs > | sptr |
Static Public Member Functions | |
static sptr | make (int basis) |
Return a shared_ptr to a new instance of satellites::encode_rs. | |
<+description of block+>
typedef boost::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.