21 #ifndef INCLUDED_RADAR_SPLIT_CC_IMPL_H
22 #define INCLUDED_RADAR_SPLIT_CC_IMPL_H
38 split_cc_impl(
int packet_num,
const std::vector<int> packet_parts,
const std::string& len_key);
46 int work(
int noutput_items,
47 gr_vector_int &ninput_items,
48 gr_vector_const_void_star &input_items,
49 gr_vector_void_star &output_items);
int calculate_output_stream_length(const gr_vector_int &ninput_items)
split_cc_impl(int packet_num, const std::vector< int > packet_parts, const std::string &len_key)
std::vector< int > d_packet_parts
Definition: split_cc_impl.h:42
int work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
std::vector< tag_t > d_tags
Definition: split_cc_impl.h:43
int d_packet_num
Definition: split_cc_impl.h:41
int d_offset
Definition: split_cc_impl.h:41
This block splits a tagged stream into segments. As packet_parts you give the structure of the packet...
Definition: split_cc.h:40
Definition: split_cc_impl.h:29