22 #ifndef INCLUDED_RADAR_MSG_MANIPULATOR_H 23 #define INCLUDED_RADAR_MSG_MANIPULATOR_H 25 #include <gnuradio/block.h> 47 typedef boost::shared_ptr<msg_manipulator>
sptr;
57 static sptr make(std::vector<std::string> symbols,
58 std::vector<float> const_add,
59 std::vector<float> const_mult);
60 virtual void set_const_add(std::vector<float> val) = 0;
61 virtual void set_const_mult(std::vector<float> val) = 0;
boost::shared_ptr< msg_manipulator > sptr
Definition: msg_manipulator.h:47
Definition: crop_matrix_vcvc.h:28
This block manipulates data in a msg with given identifier (symbol). All data are given as vectors an...
Definition: msg_manipulator.h:44
#define RADAR_API
Definition: api.h:31