18 #ifndef GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H 19 #define GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H 24 #include <gnuradio/blocks/deinterleave.h> 25 #include <gnuradio/blocks/file_sink.h> 26 #include <gnuradio/blocks/float_to_complex.h> 49 const std::string& role,
50 unsigned int in_stream,
51 unsigned int out_stream,
56 inline size_t item_size()
override 61 void connect(gr::top_block_sptr top_block)
override;
62 void disconnect(gr::top_block_sptr top_block)
override;
63 gr::basic_block_sptr get_left_block()
override;
64 gr::basic_block_sptr get_right_block()
override;
69 rtl_tcp_signal_source_c_sptr signal_source_;
71 gnss_shared_ptr<gr::block> valve_;
72 gr::blocks::file_sink::sptr file_sink_;
74 std::string item_type_;
75 std::string dump_filename_;
86 unsigned int in_stream_;
87 unsigned int out_stream_;
97 #endif // GNSS_SDR_RTL_TCP_SIGNAL_SOURCE_H Interface of a thread-safe std::queue.
Interface of an rtl_tcp signal source reader.
Header file of the base class to signal_source GNSS blocks.
This abstract class represents an interface to configuration parameters.
This class reads from rtl_tcp, which streams interleaved I/Q samples over TCP. (see https://osmocom...