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