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;
183 make(
const int header_len,
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);