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

<+description of block+> More...

#include <clock_offset_control.h>

Inheritance diagram for gr::gsm::clock_offset_control:

Public Types

typedef boost::shared_ptr
< clock_offset_control
sptr
 

Public Member Functions

virtual void set_fc (float fc)=0
 

Static Public Member Functions

static sptr make (float fc)
 Return a shared_ptr to a new instance of gsm::clock_offset_control. More...
 

Detailed Description

<+description of block+>

Member Typedef Documentation

Member Function Documentation

static sptr gr::gsm::clock_offset_control::make ( float  fc)
static

Return a shared_ptr to a new instance of gsm::clock_offset_control.

To avoid accidental use of raw pointers, gsm::clock_offset_control's constructor is in a private implementation class. gsm::clock_offset_control::make is the public interface for creating new instances.

virtual void gr::gsm::clock_offset_control::set_fc ( float  fc)
pure virtual

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