GNU Radio's SATELLITES Package
|
<+description of block+> More...
#include <decode_rs_interleaved.h>
Public Types | |
typedef boost::shared_ptr< decode_rs_interleaved > | sptr |
Static Public Member Functions | |
static sptr | make (bool verbose, int basis, int codewords) |
Return a shared_ptr to a new instance of satellites::decode_rs_interleaved. | |
<+description of block+>
typedef boost::shared_ptr<decode_rs_interleaved> gr::satellites::decode_rs_interleaved::sptr |
|
static |
Return a shared_ptr to a new instance of satellites::decode_rs_interleaved.
To avoid accidental use of raw pointers, satellites::decode_rs_interleaved's constructor is in a private implementation class. satellites::decode_rs_interleaved::make is the public interface for creating new instances.