22#ifndef INCLUDED_MAPPER_TIMESLOT_DEMUX_H
23#define INCLUDED_MAPPER_TIMESLOT_DEMUX_H
26#include <gnuradio/block.h>
39 typedef boost::shared_ptr<timeslot_demux>
sptr;
49 static sptr make(
int nusers,
bool syncd,
const std::vector<uint8_t> &ts_id,
int ts_len);
#define MAPPER_API
Definition: api.h:30
<+description of block+>
Definition: timeslot_demux.h:37
boost::shared_ptr< timeslot_demux > sptr
Definition: timeslot_demux.h:39
static sptr make(int nusers, bool syncd, const std::vector< uint8_t > &ts_id, int ts_len)
Return a shared_ptr to a new instance of mapper::timeslot_demux.
Definition: constellation.h:11