GNU Radio's BLOCKSTREAM Package
gr::blocksat::turbo_decoder Class Reference

<+description of block+> More...

#include <turbo_decoder.h>

Inheritance diagram for gr::blocksat::turbo_decoder:
gr::blocksat::turbo_decoder_impl

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

Member Function Documentation

static sptr gr::blocksat::turbo_decoder::make ( int  N,
int  K 
)
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.


The documentation for this class was generated from the following file: