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

<+description of block+> More...

#include <decodeRS.h>

Inheritance diagram for gr::ccsds::decodeRS:

Public Types

typedef boost::shared_ptr< decodeRS > sptr
 

Static Public Member Functions

static sptr make (int code, int intDepth, int pass_all, int fert, int wert)
 Return a shared_ptr to a new instance of ccsds::decodeRS. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::decodeRS::make ( int  code,
int  intDepth,
int  pass_all,
int  fert,
int  wert 
)
static

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

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


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