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

<+description of block+> More...

#include <convDecoder.h>

Inheritance diagram for gr::ccsds::convDecoder:

Public Types

typedef boost::shared_ptr< convDecoder > sptr
 

Static Public Member Functions

static sptr make (int frame_size, std::vector< int > polys, int mode, int pad)
 Return a shared_ptr to a new instance of ccsds::convDecoder. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::convDecoder::make ( int  frame_size,
std::vector< int >  polys,
int  mode,
int  pad 
)
static

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

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


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