GNU Radio's GSM Package
|
<+description of block+> More...
#include <controlled_rotator_cc.h>
Public Types | |
typedef std::shared_ptr< controlled_rotator_cc > | sptr |
Public Member Functions | |
virtual void | set_phase_inc (double phase_inc)=0 |
Static Public Member Functions | |
static sptr | make (double phase_inc) |
Return a shared_ptr to a new instance of gsm::controlled_rotator_cc. More... | |
<+description of block+>
typedef std::shared_ptr<controlled_rotator_cc> gr::gsm::controlled_rotator_cc::sptr |
|
static |
Return a shared_ptr to a new instance of gsm::controlled_rotator_cc.
To avoid accidental use of raw pointers, gsm::controlled_rotator_cc's constructor is in a private implementation class. gsm::controlled_rotator_cc::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::gsm::controlled_rotator_cc_impl.