21#ifndef INCLUDED_RADAR_SPLIT_CC_H
22#define INCLUDED_RADAR_SPLIT_CC_H
24#include <gnuradio/tagged_stream_block.h>
46 typedef std::shared_ptr<split_cc>
sptr;
57 const std::vector<int> packet_parts,
58 const std::string& len_key =
"packet_len");
#define RADAR_API
Definition api.h:31
This block splits a tagged stream into segments. As packet_parts you give the structure of the packet...
Definition split_cc.h:44
std::shared_ptr< split_cc > sptr
Definition split_cc.h:46
static sptr make(int packet_num, const std::vector< int > packet_parts, const std::string &len_key="packet_len")
Return a shared_ptr to a new instance of radar::split_cc.
Definition crop_matrix_vcvc.h:28