GNU Radio's BLOCKSTREAM Package
|
<+description of block+> More...
#include <runtime_cfo_ctrl.h>
Public Types | |
typedef boost::shared_ptr < runtime_cfo_ctrl > | sptr |
Public Member Functions | |
virtual void | set_avg_len (int avg_len)=0 |
virtual float | get_cfo_estimate ()=0 |
virtual int | get_rf_center_freq ()=0 |
virtual void | set_rf_center_freq (int freq)=0 |
virtual int | get_cfo_est_state ()=0 |
Static Public Member Functions | |
static sptr | make (int avg_len, float abs_cfo_threshold, int rf_center_freq) |
Return a shared_ptr to a new instance of blocksat::runtime_cfo_ctrl. More... | |
<+description of block+>
typedef boost::shared_ptr<runtime_cfo_ctrl> gr::blocksat::runtime_cfo_ctrl::sptr |
|
pure virtual |
Implemented in gr::blocksat::runtime_cfo_ctrl_impl.
|
pure virtual |
Implemented in gr::blocksat::runtime_cfo_ctrl_impl.
|
pure virtual |
Implemented in gr::blocksat::runtime_cfo_ctrl_impl.
|
static |
Return a shared_ptr to a new instance of blocksat::runtime_cfo_ctrl.
To avoid accidental use of raw pointers, blocksat::runtime_cfo_ctrl's constructor is in a private implementation class. blocksat::runtime_cfo_ctrl::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::blocksat::runtime_cfo_ctrl_impl.
|
pure virtual |
Implemented in gr::blocksat::runtime_cfo_ctrl_impl.