21 #ifndef GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H 22 #define GNSS_SDR_RAW_ARRAY_SIGNAL_SOURCE_H 26 #include <gnuradio/blocks/file_sink.h> 27 #include <gnuradio/hier_block2.h> 42 std::string role,
unsigned int in_stream,
47 inline std::string role()
override 57 return "Raw_Array_Signal_Source";
60 inline size_t item_size()
override 65 void connect(gr::top_block_sptr top_block)
override;
66 void disconnect(gr::top_block_sptr top_block)
override;
67 gr::basic_block_sptr get_left_block()
override;
68 gr::basic_block_sptr get_right_block()
override;
71 gr::block_sptr raw_array_source_;
72 gr::blocks::file_sink::sptr file_sink_;
74 std::string item_type_;
75 std::string dump_filename_;
76 std::string eth_device_;
79 unsigned int in_stream_;
80 unsigned int out_stream_;
84 #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".