GNU Radio's LFAST Package
gr::lfast::costas4 Class Referenceabstract

<+description of block+> More...

#include <costas4.h>

Inheritance diagram for gr::lfast::costas4:
gr::lfast::costas4_impl

Public Types

typedef std::shared_ptr< costas4sptr

Public Member Functions

virtual float error () const =0

Static Public Member Functions

static sptr make (float loop_bw, int order, bool genPDUs)
 Return a shared_ptr to a new instance of lfast::costas4.

Detailed Description

<+description of block+>

Member Typedef Documentation

◆ sptr

typedef std::shared_ptr<costas4> gr::lfast::costas4::sptr

Member Function Documentation

◆ error()

virtual float gr::lfast::costas4::error ( ) const
pure virtual

Implemented in gr::lfast::costas4_impl.

◆ make()

sptr gr::lfast::costas4::make ( float loop_bw,
int order,
bool genPDUs )
static

Return a shared_ptr to a new instance of lfast::costas4.

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


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