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