|
GNU Radio's MESA Package
|
<+description of block+> More...
#include <LongTermIntegrator.h>
Public Types | |
| typedef boost::shared_ptr< LongTermIntegrator > | sptr |
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... | |
<+description of block+>
| typedef boost::shared_ptr<LongTermIntegrator> gr::mesa::LongTermIntegrator::sptr |
|
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.
|
pure virtual |
Implemented in gr::mesa::LongTermIntegrator_impl.