GNU Radio's LTE Package
|
Demux PCFICH from resource grid. More...
#include <pcfich_demux_vcvc.h>
Public Types | |
typedef boost::shared_ptr< pcfich_demux_vcvc > | sptr |
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. | |
Demux PCFICH from resource grid.
typedef boost::shared_ptr<pcfich_demux_vcvc> gr::lte::pcfich_demux_vcvc::sptr |
|
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.
|
pure virtual |
Implemented in gr::lte::pcfich_demux_vcvc_impl.