25 #ifndef INCLUDED_GSM_CLOCK_OFFSET_CONTROL_H 26 #define INCLUDED_GSM_CLOCK_OFFSET_CONTROL_H 29 #include <gnuradio/block.h> 42 typedef boost::shared_ptr<clock_offset_control>
sptr;
52 static sptr make(
float fc,
float samp_rate,
unsigned int osr=4);
53 virtual void set_fc(
float fc) = 0;
54 virtual void set_samp_rate(
float samp_rate) = 0;
55 virtual void set_osr(
unsigned int osr) = 0;
boost::shared_ptr< clock_offset_control > sptr
Definition: clock_offset_control.h:42
uint8_t fc
Definition: gsm_04_08.h:54
#define GRGSM_API
Definition: api.h:31
<+description of block+>
Definition: clock_offset_control.h:39
Definition: constants.h:29