GNU Radio's LFAST Package
gr::lfast::MTFIRFilterCCC Class Referenceabstract

<+description of block+> More...

#include <MTFIRFilterCCC.h>

Inheritance diagram for gr::lfast::MTFIRFilterCCC:
gr::lfast::MTFIRFilterCCC_impl

Public Types

typedef boost::shared_ptr
< MTFIRFilterCCC
sptr
 

Public Member Functions

virtual void set_taps (const std::vector< gr_complex > &taps)=0
 
virtual std::vector< gr_complex > taps () const =0
 

Static Public Member Functions

static sptr make (int decimation, const std::vector< gr_complex > &taps, int nthreads)
 Return a shared_ptr to a new instance of lfast::MTFIRFilterCCC. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<MTFIRFilterCCC> gr::lfast::MTFIRFilterCCC::sptr

Member Function Documentation

static sptr gr::lfast::MTFIRFilterCCC::make ( int  decimation,
const std::vector< gr_complex > &  taps,
int  nthreads 
)
static

Return a shared_ptr to a new instance of lfast::MTFIRFilterCCC.

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

virtual void gr::lfast::MTFIRFilterCCC::set_taps ( const std::vector< gr_complex > &  taps)
pure virtual
virtual std::vector<gr_complex> gr::lfast::MTFIRFilterCCC::taps ( ) const
pure virtual

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