GNU Radio's LTE Package
|
Demultiplex PBCH data from resource grid. More...
#include <pbch_demux_vcvc.h>
Public Types | |
typedef boost::shared_ptr< pbch_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, int rxant, std::string name="pbch_demux_vcvc") |
Return a shared_ptr to a new instance of lte::pbch_demux_vcvc. More... | |
Demultiplex PBCH data from resource grid.
typedef boost::shared_ptr<pbch_demux_vcvc> gr::lte::pbch_demux_vcvc::sptr |
|
static |
Return a shared_ptr to a new instance of lte::pbch_demux_vcvc.
To avoid accidental use of raw pointers, lte::pbch_demux_vcvc's constructor is in a private implementation class. lte::pbch_demux_vcvc::make is the public interface for creating new instances.
|
pure virtual |
Implemented in gr::lte::pbch_demux_vcvc_impl.