24 #ifndef INCLUDED_GSM_CONTROLLED_ROTATOR_CC_H
25 #define INCLUDED_GSM_CONTROLLED_ROTATOR_CC_H
28 #include <gnuradio/sync_block.h>
41 typedef boost::shared_ptr<controlled_rotator_cc>
sptr;
51 static sptr make(
double phase_inc,
double samp_rate);
53 virtual void set_phase_inc(
double phase_inc) = 0;
54 virtual void set_samp_rate(
double samp_rate) = 0;
#define GRGSM_API
Definition: api.h:31
<+description of block+>
Definition: controlled_rotator_cc.h:38
boost::shared_ptr< controlled_rotator_cc > sptr
Definition: controlled_rotator_cc.h:41