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

<+description of block+> More...

#include <costas2.h>

Inheritance diagram for gr::lfast::costas2:
gr::lfast::costas2_impl

Public Types

typedef boost::shared_ptr
< costas2
sptr
 

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::costas2. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

typedef boost::shared_ptr<costas2> gr::lfast::costas2::sptr

Member Function Documentation

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

Implemented in gr::lfast::costas2_impl.

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

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

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: