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

<+description of block+> More...

#include <convEncoder.h>

Inheritance diagram for gr::ccsds::convEncoder:

Public Types

typedef boost::shared_ptr< convEncoder > sptr
 

Static Public Member Functions

static sptr make (int invert)
 Return a shared_ptr to a new instance of ccsds::convEncoder. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

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

Member Function Documentation

static sptr gr::ccsds::convEncoder::make ( int  invert)
static

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

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


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