22#ifndef INCLUDED_DIGITAL_HEADER_PAYLOAD_DEMUX_H
23#define INCLUDED_DIGITAL_HEADER_PAYLOAD_DEMUX_H
165 typedef boost::shared_ptr<header_payload_demux>
sptr;
184 const int items_per_symbol = 1,
185 const int guard_interval = 0,
186 const std::string& length_tag_key =
"frame_len",
187 const std::string& trigger_tag_key =
"",
188 const bool output_symbols =
false,
190 const std::string& timing_tag_key =
"",
191 const double samp_rate = 1.0,
192 const std::vector<std::string>& special_tags = std::vector<std::string>(),
193 const size_t header_padding = 0);
The abstract base class for all 'terminal' processing blocks.
Definition: block.h:66
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:30
std::complex< float > gr_complex
Definition: gr_complex.h:27
BLOCKS_API size_t itemsize(vector_type type)
Include this header to use the message passing features.
Definition: basic_block.h:45