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

<+description of block+> More...

#include <createCADU.h>

Inheritance diagram for gr::ccsds::createCADU:

Public Types

typedef boost::shared_ptr< createCADU > sptr
 

Static Public Member Functions

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

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::createCADU::make ( int  frame_length,
std::string  sync,
int  scramble,
std::string  len_tag_key 
)
static

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

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


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