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

<+description of block+> More...

#include <genCADU.h>

Inheritance diagram for gr::ccsds::genCADU:

Public Types

typedef boost::shared_ptr< genCADU > sptr
 

Static Public Member Functions

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

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::genCADU::make ( int  frameLength,
std::string  sync,
int  scramble,
int  rs,
int  intDepth,
std::string  len_tag_key 
)
static

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

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


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