GNU Radio's GSM Package
|
<+description of block+> More...
#include <clock_offset_control.h>
Public Types | |
typedef std::shared_ptr< clock_offset_control > | sptr |
Public Member Functions | |
virtual void | set_fc (float fc)=0 |
virtual void | set_samp_rate (float samp_rate)=0 |
virtual void | set_osr (unsigned int osr)=0 |
Static Public Member Functions | |
static sptr | make (float fc, float samp_rate, unsigned int osr=4) |
Return a shared_ptr to a new instance of gsm::clock_offset_control. | |
<+description of block+>
typedef std::shared_ptr<clock_offset_control> gr::gsm::clock_offset_control::sptr |
|
static |
Return a shared_ptr to a new instance of gsm::clock_offset_control.
To avoid accidental use of raw pointers, gsm::clock_offset_control's constructor is in a private implementation class. gsm::clock_offset_control::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::gsm::clock_offset_control_impl.
|
pure virtual |
Implemented in gr::gsm::clock_offset_control_impl.
|
pure virtual |
Implemented in gr::gsm::clock_offset_control_impl.