21#ifndef INCLUDED_RADAR_MSG_GATE_IMPL_H
22#define INCLUDED_RADAR_MSG_GATE_IMPL_H
36 std::vector<float> val_min,
37 std::vector<float> val_max);
Definition msg_gate_impl.h:30
void handle_msg(pmt::pmt_t msg)
std::vector< std::string > d_keys
Definition msg_gate_impl.h:41
std::vector< float > d_val_min
Definition msg_gate_impl.h:43
pmt::pmt_t d_port_id_in
Definition msg_gate_impl.h:45
msg_gate_impl(std::vector< std::string > keys, std::vector< float > val_min, std::vector< float > val_max)
pmt::pmt_t d_port_id_out
Definition msg_gate_impl.h:45
std::vector< float > d_val_max
Definition msg_gate_impl.h:42
This block blocks messages whose data is not in range of val_min to val_max. All parameters are given...
Definition msg_gate.h:45
Definition crop_matrix_vcvc.h:28