GNU Radio's LTE Package
gr::lte::pcfich_demux_vcvc Class Referenceabstract

Demux PCFICH from resource grid. More...

#include <pcfich_demux_vcvc.h>

Inheritance diagram for gr::lte::pcfich_demux_vcvc:

Public Types

typedef boost::shared_ptr< pcfich_demux_vcvcsptr
 

Public Member Functions

virtual void set_cell_id (int id)=0
 

Static Public Member Functions

static sptr make (int N_rb_dl, std::string key, std::string out_key, std::string msg_buf_name, std::string name="pcfich_demux_vcvc")
 Return a shared_ptr to a new instance of lte::pcfich_demux_vcvc.
 

Detailed Description

Demux PCFICH from resource grid.

Member Typedef Documentation

◆ sptr

Member Function Documentation

◆ make()

static sptr gr::lte::pcfich_demux_vcvc::make ( int N_rb_dl,
std::string key,
std::string out_key,
std::string msg_buf_name,
std::string name = "pcfich_demux_vcvc" )
static

Return a shared_ptr to a new instance of lte::pcfich_demux_vcvc.

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

◆ set_cell_id()

virtual void gr::lte::pcfich_demux_vcvc::set_cell_id ( int id)
pure virtual

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