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;