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

<+description of block+> More...

#include <encodeTurbo.h>

Inheritance diagram for gr::ccsds::encodeTurbo:

Public Types

typedef boost::shared_ptr< encodeTurbo > sptr
 

Static Public Member Functions

static sptr make (int base, int type, std::string len_tag_key)
 Return a shared_ptr to a new instance of ccsds::encodeTurbo. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::encodeTurbo::make ( int  base,
int  type,
std::string  len_tag_key 
)
static

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

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


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