21 #ifndef GNSS_SDR_BEAMFORMER_FILTER_H 22 #define GNSS_SDR_BEAMFORMER_FILTER_H 25 #include <gnuradio/hier_block2.h> 39 const std::string& role,
unsigned int in_stream,
40 unsigned int out_stream);
44 inline std::string role()
override 52 return "Beamformer_Filter";
55 inline size_t item_size()
override 60 void connect(gr::top_block_sptr top_block)
override;
61 void disconnect(gr::top_block_sptr top_block)
override;
62 gr::basic_block_sptr get_left_block()
override;
63 gr::basic_block_sptr get_right_block()
override;
66 gr::block_sptr beamformer_;
67 gr::block_sptr file_sink_;
69 std::string item_type_;
70 std::string dump_filename_;
73 unsigned int in_stream_;
74 unsigned int out_stream_;
78 #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.