GNU Radio's AIS Package
|
<+description of block+> More...
#include <freqest.h>
Public Types | |
typedef boost::shared_ptr< freqest > | sptr |
Static Public Member Functions | |
static sptr | make (float sample_rate, int data_rate, int fftlen) |
Return a shared_ptr to a new instance of ais::freqest. More... | |
<+description of block+>
typedef boost::shared_ptr<freqest> gr::ais::freqest::sptr |
|
static |
Return a shared_ptr to a new instance of ais::freqest.
To avoid accidental use of raw pointers, ais::freqest's constructor is in a private implementation class. ais::freqest::make is the public interface for creating new instances.