22 #ifndef INCLUDED_RADAR_CROP_MATRIX_VCVC_H 23 #define INCLUDED_RADAR_CROP_MATRIX_VCVC_H 25 #include <gnuradio/tagged_stream_block.h> 47 typedef boost::shared_ptr<crop_matrix_vcvc>
sptr;
57 static sptr make(
int vlen,
58 std::vector<int> crop_x,
59 std::vector<int> crop_y,
60 std::string len_key =
"packet_len");
Definition: crop_matrix_vcvc.h:28
This matrix crops a data matrix. A tagged stream combined with vectors as items represent a matrix...
Definition: crop_matrix_vcvc.h:44
#define RADAR_API
Definition: api.h:31
boost::shared_ptr< crop_matrix_vcvc > sptr
Definition: crop_matrix_vcvc.h:47