GNU Radio's MESA Package
gr::mesa::LongTermIntegrator Class Referenceabstract

<+description of block+> More...

#include <LongTermIntegrator.h>

Inheritance diagram for gr::mesa::LongTermIntegrator:
gr::mesa::LongTermIntegrator_impl

Public Types

typedef boost::shared_ptr< LongTermIntegratorsptr
 

Public Member Functions

virtual void reset (bool bReset)=0
 

Static Public Member Functions

static sptr make (int fftsize, bool normalize)
 Return a shared_ptr to a new instance of mesa::LongTermIntegrator. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::mesa::LongTermIntegrator::make ( int  fftsize,
bool  normalize 
)
static

Return a shared_ptr to a new instance of mesa::LongTermIntegrator.

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

◆ reset()

virtual void gr::mesa::LongTermIntegrator::reset ( bool  bReset)
pure virtual

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