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

<+description of block+> More...

#include <generateCADU.h>

Inheritance diagram for gr::ccsds::generateCADU:

Public Types

typedef boost::shared_ptr< generateCADU > sptr
 

Static Public Member Functions

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

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

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

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

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


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