GNU Radio's GSM Package
gr::gsm::controlled_const_source_f Class Referenceabstract

<+description of block+> More...

#include <controlled_const_source_f.h>

Inheritance diagram for gr::gsm::controlled_const_source_f:

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...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

Member Function Documentation

static sptr gr::gsm::controlled_const_source_f::make ( float  constant)
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.

virtual void gr::gsm::controlled_const_source_f::set_constant ( float  constant)
pure virtual

The documentation for this class was generated from the following file: