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

<+description of block+> More...

#include <processCADU.h>

Inheritance diagram for gr::ccsds::processCADU:

Public Types

typedef boost::shared_ptr< processCADU > sptr
 

Static Public Member Functions

static sptr make (int frameLength, int scramble, int rs, int intDepth, std::string tagName)
 Return a shared_ptr to a new instance of ccsds::processCADU. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::processCADU::make ( int  frameLength,
int  scramble,
int  rs,
int  intDepth,
std::string  tagName 
)
static

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

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


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