22#ifndef INCLUDED_MAPPER_PREAMBLE_SYNC_DECODE_H
23#define INCLUDED_MAPPER_PREAMBLE_SYNC_DECODE_H
26#include <gnuradio/block.h>
41 typedef boost::shared_ptr<preamble_sync_demapper>
sptr;
44 const std::vector<int> &symbol_map,
int acquire_bit_thresh,
int loose_bit_thresh,
#define MAPPER_API
Definition: api.h:30
<+description of block+>
Definition: preamble_sync_demapper.h:39
static sptr make(int width, const std::vector< unsigned char > &preamble, modtype_t modtype, const std::vector< int > &symbol_map, int acquire_bit_thresh, int loose_bit_thresh, bool passthrough)
boost::shared_ptr< preamble_sync_demapper > sptr
Definition: preamble_sync_demapper.h:41
modtype_t
Definition: constellation.h:23
Definition: constellation.h:11