22#ifndef INCLUDED_RADAR_TRIGGER_COMMAND_H
23#define INCLUDED_RADAR_TRIGGER_COMMAND_H
25#include <gnuradio/block.h>
49 typedef std::shared_ptr<trigger_command>
sptr;
60 std::vector<std::string> identifiers,
61 std::vector<float> vals_min,
62 std::vector<float> vals_max,
#define RADAR_API
Definition api.h:31
This block executes a command with the std::system() command if a value from a f32vector with a given...
Definition trigger_command.h:47
std::shared_ptr< trigger_command > sptr
Definition trigger_command.h:49
static sptr make(std::string command, std::vector< std::string > identifiers, std::vector< float > vals_min, std::vector< float > vals_max, int block_time)
Return a shared_ptr to a new instance of radar::trigger_command.
Definition crop_matrix_vcvc.h:28