22 #ifndef INCLUDED_LFAST_COSTAS2_H
23 #define INCLUDED_LFAST_COSTAS2_H
26 #include <gnuradio/sync_block.h>
27 #include <gnuradio/blocks/control_loop.h>
38 :
virtual public gr::sync_block,
39 virtual public blocks::control_loop
42 typedef boost::shared_ptr<costas2>
sptr;
52 static sptr make(
float loop_bw,
int order,
bool genPDUs);
54 virtual float error()
const = 0;
boost::shared_ptr< costas2 > sptr
Definition: costas2.h:42
#define LFAST_API
Definition: api.h:30
<+description of block+>
Definition: costas2.h:37