22#ifndef INCLUDED_RADAR_MSG_GATE_H
23#define INCLUDED_RADAR_MSG_GATE_H
25#include <gnuradio/block.h>
47 typedef std::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);
#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:45
std::shared_ptr< msg_gate > sptr
Definition msg_gate.h:47
static sptr make(std::vector< std::string > keys, std::vector< float > val_min, std::vector< float > val_max)
Return a shared_ptr to a new instance of radar::msg_gate.
Definition crop_matrix_vcvc.h:28