24#ifndef INCLUDED_GSM_UNIVERSAL_CTRL_CHANS_DEMAPPER_H
25#define INCLUDED_GSM_UNIVERSAL_CTRL_CHANS_DEMAPPER_H
28#include <gnuradio/block.h>
42 typedef std::shared_ptr<universal_ctrl_chans_demapper>
sptr;
52 static sptr make(
unsigned int timeslot_nr,
const std::vector<int> &downlink_starts_fn_mod51,
const std::vector<int> &downlink_channel_types,
const std::vector<int> &downlink_subslots,
const std::vector<int> &uplink_starts_fn_mod51=std::vector<int>(),
const std::vector<int> &uplink_channel_types=std::vector<int>(),
const std::vector<int> &uplink_subslots=std::vector<int>());
#define GSM_API
Definition: api.h:19
<+description of block+>
Definition: universal_ctrl_chans_demapper.h:40
std::shared_ptr< universal_ctrl_chans_demapper > sptr
Definition: universal_ctrl_chans_demapper.h:42
static sptr make(unsigned int timeslot_nr, const std::vector< int > &downlink_starts_fn_mod51, const std::vector< int > &downlink_channel_types, const std::vector< int > &downlink_subslots, const std::vector< int > &uplink_starts_fn_mod51=std::vector< int >(), const std::vector< int > &uplink_channel_types=std::vector< int >(), const std::vector< int > &uplink_subslots=std::vector< int >())
Return a shared_ptr to a new instance of gsm::universal_ctrl_chans_demapper.
Definition: constants.h:29