21#ifndef INCLUDED_MESA_LONGTERMINTEGRATOR_H
22#define INCLUDED_MESA_LONGTERMINTEGRATOR_H
24#include <gnuradio/sync_block.h>
37 typedef std::shared_ptr<LongTermIntegrator>
sptr;
48 virtual void reset(
bool bReset) = 0;
#define MESA_API
Definition api.h:31
<+description of block+>
Definition LongTermIntegrator.h:35
static sptr make(int fftsize, bool normalize)
Return a shared_ptr to a new instance of mesa::LongTermIntegrator.
std::shared_ptr< LongTermIntegrator > sptr
Definition LongTermIntegrator.h:37
virtual void reset(bool bReset)=0
Definition AutoDopplerCorrect.h:28
Definition AutoDopplerCorrect.h:27