|
GNU Radio's LFAST Package
|
<+description of block+> More...
#include <costas4.h>
Public Types | |
| typedef boost::shared_ptr < costas4 > | 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::costas4. More... | |
<+description of block+>
| typedef boost::shared_ptr<costas4> gr::lfast::costas4::sptr |
|
pure virtual |
Implemented in gr::lfast::costas4_impl.
|
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.