22#ifndef INCLUDED_RADAR_MSG_MANIPULATOR_H
23#define INCLUDED_RADAR_MSG_MANIPULATOR_H
25#include <gnuradio/block.h>
47 typedef std::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);
#define RADAR_API
Definition api.h:31
This block manipulates data in a msg with given identifier (symbol). All data are given as vectors an...
Definition msg_manipulator.h:45
static sptr make(std::vector< std::string > symbols, std::vector< float > const_add, std::vector< float > const_mult)
Return a shared_ptr to a new instance of radar::msg_manipulator.
virtual void set_const_mult(std::vector< float > val)=0
std::shared_ptr< msg_manipulator > sptr
Definition msg_manipulator.h:47
virtual void set_const_add(std::vector< float > val)=0
Definition crop_matrix_vcvc.h:28