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

<+description of block+> More...

#include <decodeLDPC.h>

Inheritance diagram for gr::ccsds::decodeLDPC:

Public Types

typedef boost::shared_ptr< decodeLDPC > sptr
 

Static Public Member Functions

static sptr make (std::string alist_file, int code_type, int iterations, float sigma, int update_sigma, int pack)
 Return a shared_ptr to a new instance of ccsds::decodeLDPC. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::decodeLDPC::make ( std::string  alist_file,
int  code_type,
int  iterations,
float  sigma,
int  update_sigma,
int  pack 
)
static

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

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


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