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

<+description of block+> More...

#include <encodeRS.h>

Inheritance diagram for gr::ccsds::encodeRS:

Public Types

typedef boost::shared_ptr< encodeRS > sptr
 

Static Public Member Functions

static sptr make (int code, int cbSize, int intDepth, std::string out_tag_key, std::string len_tag_key)
 Return a shared_ptr to a new instance of ccsds::encodeRS. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::encodeRS::make ( int  code,
int  cbSize,
int  intDepth,
std::string  out_tag_key,
std::string  len_tag_key 
)
static

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

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


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