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