22#ifndef INCLUDED_MAPPER_PREAMBLE_SYNC_CC_H
23#define INCLUDED_MAPPER_PREAMBLE_SYNC_CC_H
28#include <gnuradio/block.h>
41 typedef boost::shared_ptr<preamble_sync_cc>
sptr;
43 static sptr make(
int width,
const std::vector<unsigned char> &preamble,
modtype_t modtype,
const std::vector<int> &symbol_map,
44 float garble_thresh_acquire_sync,
float garble_thresh_loose_sync);
#define MAPPER_API
Definition: api.h:30
<+description of block+>
Definition: preamble_sync_cc.h:39
boost::shared_ptr< preamble_sync_cc > sptr
Definition: preamble_sync_cc.h:41
static sptr make(int width, const std::vector< unsigned char > &preamble, modtype_t modtype, const std::vector< int > &symbol_map, float garble_thresh_acquire_sync, float garble_thresh_loose_sync)
modtype_t
Definition: constellation.h:23
Definition: constellation.h:11