22#ifndef INCLUDED_TDD_FERMSGGEN_H
23#define INCLUDED_TDD_FERMSGGEN_H
26#include <gnuradio/tagged_stream_block.h>
39 typedef boost::shared_ptr<ferMsgGen>
sptr;
49 static sptr make(
int frame_size, std::string out_tag_key, std::string len_tag_key);
#define TDD_API
Definition: api.h:30
<+description of block+>
Definition: ferMsgGen.h:37
boost::shared_ptr< ferMsgGen > sptr
Definition: ferMsgGen.h:39
static sptr make(int frame_size, std::string out_tag_key, std::string len_tag_key)
Return a shared_ptr to a new instance of tdd::ferMsgGen.
Definition: ferMsgBlock.h:28