22#ifndef INCLUDED_GFDM_REMOVE_PREFIX_CC_H
23#define INCLUDED_GFDM_REMOVE_PREFIX_CC_H
26#include <gnuradio/block.h>
39 typedef boost::shared_ptr<remove_prefix_cc>
sptr;
49 static sptr make(
int frame_len,
int block_len,
int offset,
const std::string& gfdm_sync_tag_key);
#define GFDM_API
Definition: api.h:30
extract block_len items from frame_len chunks of items, marked with a tag plus offset
Definition: remove_prefix_cc.h:37
static sptr make(int frame_len, int block_len, int offset, const std::string &gfdm_sync_tag_key)
Return a shared_ptr to a new instance of gfdm::remove_prefix_cc.
boost::shared_ptr< remove_prefix_cc > sptr
Definition: remove_prefix_cc.h:39
Definition: add_cyclic_prefix_cc.h:30