22#ifndef INCLUDED_LTE_PBCH_DEMUX_VCVC_H
23#define INCLUDED_LTE_PBCH_DEMUX_VCVC_H
26#include <gnuradio/block.h>
39 typedef boost::shared_ptr<pbch_demux_vcvc>
sptr;
49 static sptr make(
int N_rb_dl,
int rxant, std::string name =
"pbch_demux_vcvc");
#define LTE_API
Definition: api.h:30
Demultiplex PBCH data from resource grid.
Definition: pbch_demux_vcvc.h:37
boost::shared_ptr< pbch_demux_vcvc > sptr
Definition: pbch_demux_vcvc.h:39
virtual void set_cell_id(int id)=0
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.
Definition: bch_crc_check_ant_chooser_bb.h:28