#include <split_cc_impl.h>
|
| split_cc_impl (int packet_num, const std::vector< int > packet_parts, const std::string &len_key) |
|
| ~split_cc_impl () |
|
int | work (int noutput_items, gr_vector_int &ninput_items, gr_vector_const_void_star &input_items, gr_vector_void_star &output_items) |
|
|
typedef std::shared_ptr< split_cc > | sptr |
|
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.
|
|
◆ split_cc_impl()
gr::radar::split_cc_impl::split_cc_impl |
( |
int |
packet_num, |
|
|
const std::vector< int > |
packet_parts, |
|
|
const std::string & |
len_key |
|
) |
| |
◆ ~split_cc_impl()
gr::radar::split_cc_impl::~split_cc_impl |
( |
| ) |
|
◆ calculate_output_stream_length()
int gr::radar::split_cc_impl::calculate_output_stream_length |
( |
const gr_vector_int & |
ninput_items | ) |
|
|
protected |
◆ work()
int gr::radar::split_cc_impl::work |
( |
int |
noutput_items, |
|
|
gr_vector_int & |
ninput_items, |
|
|
gr_vector_const_void_star & |
input_items, |
|
|
gr_vector_void_star & |
output_items |
|
) |
| |
◆ d_offset
int gr::radar::split_cc_impl::d_offset |
◆ d_packet_num
int gr::radar::split_cc_impl::d_packet_num |
◆ d_packet_parts
std::vector<int> gr::radar::split_cc_impl::d_packet_parts |
◆ d_tags
std::vector<tag_t> gr::radar::split_cc_impl::d_tags |
The documentation for this class was generated from the following file: