21 #ifndef GNSS_SDR_GNMAX_SIGNAL_SOURCE_H_ 22 #define GNSS_SDR_GNMAX_SIGNAL_SOURCE_H_ 26 #include <gnuradio/blocks/file_sink.h> 48 const std::string& role,
unsigned int in_stream,
53 inline size_t item_size()
override 58 void connect(gr::top_block_sptr top_block)
override;
59 void disconnect(gr::top_block_sptr top_block)
override;
60 gr::basic_block_sptr get_left_block()
override;
61 gr::basic_block_sptr get_right_block()
override;
64 gr::block_sptr gnmax_source_;
65 gnss_shared_ptr<gr::block> valve_;
66 gr::blocks::file_sink::sptr file_sink_;
68 std::string item_type_;
69 std::string dump_filename_;
85 unsigned int in_stream_;
86 unsigned int out_stream_;
Interface of a thread-safe std::queue.
This class reads samples from a gnMAX2769 USB dongle, a RF front-end signal sampler.
Header file of the base class to signal_source GNSS blocks.
This abstract class represents an interface to configuration parameters.