10#ifndef INCLUDED_DIGITAL_HEADER_PAYLOAD_DEMUX_H
11#define INCLUDED_DIGITAL_HEADER_PAYLOAD_DEMUX_H
153 typedef std::shared_ptr<header_payload_demux>
sptr;
172 const int items_per_symbol = 1,
173 const int guard_interval = 0,
174 const std::string& length_tag_key =
"frame_len",
175 const std::string& trigger_tag_key =
"",
176 const bool output_symbols =
false,
178 const std::string& timing_tag_key =
"",
179 const double samp_rate = 1.0,
180 const std::vector<std::string>& special_tags = std::vector<std::string>(),
181 const size_t header_padding = 0);
The abstract base class for all 'terminal' processing blocks.
Definition: gnuradio-runtime/include/gnuradio/block.h:63
#define DIGITAL_API
Definition: gr-digital/include/gnuradio/digital/api.h:18
std::complex< float > gr_complex
Definition: gr_complex.h:15
GR_RUNTIME_API size_t itemsize(types::vector_type type)
GNU Radio logging wrapper.
Definition: basic_block.h:29