18 #ifndef GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H 19 #define GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H 23 #include <gnuradio/blocks/file_sink.h> 24 #include <gnuradio/hier_block2.h> 46 std::string role,
unsigned int in_stream,
51 inline std::string role()
override 61 return "Raw_Array_Signal_Source";
64 inline size_t item_size()
override 69 void connect(gr::top_block_sptr top_block)
override;
70 void disconnect(gr::top_block_sptr top_block)
override;
71 gr::basic_block_sptr get_left_block()
override;
72 gr::basic_block_sptr get_right_block()
override;
75 gr::block_sptr raw_array_source_;
76 gr::blocks::file_sink::sptr file_sink_;
78 std::string item_type_;
79 std::string dump_filename_;
80 std::string eth_device_;
83 unsigned int in_stream_;
84 unsigned int out_stream_;
91 #endif // GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H Interface of a thread-safe std::queue.
This class reads samples from a GN3S USB dongle, a RF front-end signal sampler.
This interface represents a GNSS block.
This abstract class represents an interface to configuration parameters.
This abstract class represents an interface to GNSS blocks.
std::string implementation() override
Returns "RawArraySignalSource".