22 #ifndef INCLUDED_RADAR_MSG_GATE_H 23 #define INCLUDED_RADAR_MSG_GATE_H 26 #include <gnuradio/block.h> 44 typedef boost::shared_ptr<msg_gate>
sptr;
54 static sptr make(std::vector<std::string> keys, std::vector<float> val_min, std::vector<float> val_max);
boost::shared_ptr< msg_gate > sptr
Definition: msg_gate.h:44
Definition: crop_matrix_vcvc.h:28
#define RADAR_API
Definition: api.h:30
This block blocks messages whose data is not in range of val_min to val_max. All parameters are given...
Definition: msg_gate.h:41