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

<+description of block+> More...

#include <extractCADU.h>

Inheritance diagram for gr::ccsds::extractCADU:

Public Types

typedef boost::shared_ptr< extractCADU > sptr
 

Static Public Member Functions

static sptr make (int frameLength, std::string syncWord, int tolerance, int descramble, int rs, int intDepth)
 Return a shared_ptr to a new instance of ccsds::extractCADU. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::extractCADU::make ( int  frameLength,
std::string  syncWord,
int  tolerance,
int  descramble,
int  rs,
int  intDepth 
)
static

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

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


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