21 #ifndef INCLUDED_RADAR_MSG_MANIPULATOR_IMPL_H 22 #define INCLUDED_RADAR_MSG_MANIPULATOR_IMPL_H 35 msg_manipulator_impl(std::vector<std::string> symbols, std::vector<float> const_add, std::vector<float> const_mult);
void handle_msg(pmt::pmt_t msg)
void set_const_add(std::vector< float > val)
std::vector< float > d_const_add
Definition: msg_manipulator_impl.h:42
std::vector< std::string > d_symbols
Definition: msg_manipulator_impl.h:41
std::vector< float > d_const_mult
Definition: msg_manipulator_impl.h:42
Definition: crop_matrix_vcvc.h:28
Definition: msg_manipulator_impl.h:29
This block manipulates data in a msg with given identifier (symbol). All data are given as vectors an...
Definition: msg_manipulator.h:41
void set_const_mult(std::vector< float > val)
msg_manipulator_impl(std::vector< std::string > symbols, std::vector< float > const_add, std::vector< float > const_mult)
pmt::pmt_t d_port_id_out
Definition: msg_manipulator_impl.h:44
pmt::pmt_t d_port_id_in
Definition: msg_manipulator_impl.h:44