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

<+description of block+> More...

#include <recoverCADU.h>

Inheritance diagram for gr::ccsds::recoverCADU:

Public Types

typedef boost::shared_ptr< recoverCADU > sptr
 

Static Public Member Functions

static sptr make (int frame_length, int scramble, std::string tag_name)
 Return a shared_ptr to a new instance of ccsds::recoverCADU. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::recoverCADU::make ( int  frame_length,
int  scramble,
std::string  tag_name 
)
static

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

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


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