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