22#ifndef INCLUDED_MAPPER_PREAMBLE_INSERT_BB_H
23#define INCLUDED_MAPPER_PREAMBLE_INSERT_BB_H
26#include <gnuradio/block.h>
34 typedef boost::shared_ptr<preamble_insert_bb>
sptr;
36 static sptr make(
int width,
const std::vector<unsigned char> &preamble);
40 virtual void set_preamble(
const std::vector<unsigned char> &np) = 0;
#define MAPPER_API
Definition: api.h:30
Definition: preamble_insert_bb.h:32
virtual void set_preamble(const std::vector< unsigned char > &np)=0
virtual void set_width(int nw)=0
boost::shared_ptr< preamble_insert_bb > sptr
Definition: preamble_insert_bb.h:34
static sptr make(int width, const std::vector< unsigned char > &preamble)
Definition: constellation.h:11