21 #ifndef INCLUDED_RADAR_SPLIT_CC_IMPL_H 22 #define INCLUDED_RADAR_SPLIT_CC_IMPL_H 39 const std::vector<int> packet_parts,
40 const std::string& len_key);
48 int work(
int noutput_items,
49 gr_vector_int& ninput_items,
50 gr_vector_const_void_star& input_items,
51 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:44
int work(int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items)
int d_packet_num
Definition: split_cc_impl.h:43
Definition: crop_matrix_vcvc.h:28
int d_offset
Definition: split_cc_impl.h:43
This block splits a tagged stream into segments. As packet_parts you give the structure of the packet...
Definition: split_cc.h:43
std::vector< tag_t > d_tags
Definition: split_cc_impl.h:45
Definition: split_cc_impl.h:29