GNU Radio's AIS Package
gr::ais::freqest Class Reference

<+description of block+> More...

#include <freqest.h>

Inheritance diagram for gr::ais::freqest:

Public Types

typedef boost::shared_ptr< freqestsptr
 

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef boost::shared_ptr<freqest> gr::ais::freqest::sptr

Member Function Documentation

◆ make()

static sptr gr::ais::freqest::make ( float  sample_rate,
int  data_rate,
int  fftlen 
)
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.


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