GNU Radio's CCSDS Package
gr::ccsds::decodeTurbo Class Reference

<+description of block+> More...

#include <decodeTurbo.h>

Inheritance diagram for gr::ccsds::decodeTurbo:

Public Types

typedef boost::shared_ptr< decodeTurbo > sptr
 

Static Public Member Functions

static sptr make (int base, int octets, int code_type, int iterations, float sigma, uint8_t update_sigma)
 Return a shared_ptr to a new instance of ccsds::decodeTurbo. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<decodeTurbo> gr::ccsds::decodeTurbo::sptr

Member Function Documentation

static sptr gr::ccsds::decodeTurbo::make ( int  base,
int  octets,
int  code_type,
int  iterations,
float  sigma,
uint8_t  update_sigma 
)
static

Return a shared_ptr to a new instance of ccsds::decodeTurbo.

To avoid accidental use of raw pointers, ccsds::decodeTurbo's constructor is in a private implementation class. ccsds::decodeTurbo::make is the public interface for creating new instances.


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