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

<+description of block+> More...

#include <cc_depuncture.h>

Inheritance diagram for gr::ccsds::cc_depuncture:

Public Types

typedef boost::shared_ptr< cc_depuncture > sptr
 

Static Public Member Functions

static sptr make (int puncsize, int puncpat, int delay, char symbol)
 Return a shared_ptr to a new instance of ccsds::cc_depuncture. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::cc_depuncture::make ( int  puncsize,
int  puncpat,
int  delay,
char  symbol 
)
static

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

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


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