18 #ifndef GNSS_SDR_BEAMFORMER_FILTER_H 19 #define GNSS_SDR_BEAMFORMER_FILTER_H 22 #include <gnuradio/hier_block2.h> 42 const std::string& role,
unsigned int in_stream,
43 unsigned int out_stream);
47 inline std::string role()
override 55 return "Beamformer_Filter";
58 inline size_t item_size()
override 63 void connect(gr::top_block_sptr top_block)
override;
64 void disconnect(gr::top_block_sptr top_block)
override;
65 gr::basic_block_sptr get_left_block()
override;
66 gr::basic_block_sptr get_right_block()
override;
69 gr::block_sptr beamformer_;
70 gr::block_sptr file_sink_;
72 std::string item_type_;
73 std::string dump_filename_;
75 unsigned int in_stream_;
76 unsigned int out_stream_;
83 #endif // GNSS_SDR_BEAMFORMER_FILTER_H
This interface represents a GNSS block.
This abstract class represents an interface to configuration parameters.
This abstract class represents an interface to GNSS blocks.