18 #ifndef GNSS_SDR_LABSAT_SIGNAL_SOURCE_H 19 #define GNSS_SDR_LABSAT_SIGNAL_SOURCE_H 24 #include <gnuradio/blocks/file_sink.h> 25 #include <gnuradio/blocks/throttle.h> 26 #include <gnuradio/hier_block2.h> 48 const std::string& role,
unsigned int in_stream,
53 inline size_t item_size()
override 58 size_t getRfChannels()
const override;
59 void connect(gr::top_block_sptr top_block)
override;
60 void disconnect(gr::top_block_sptr top_block)
override;
61 gr::basic_block_sptr get_left_block()
override;
62 gr::basic_block_sptr get_right_block()
override;
63 gr::basic_block_sptr get_right_block(
int i)
override;
66 gr::block_sptr labsat23_source_;
67 std::vector<gr::blocks::file_sink::sptr> file_sink_;
68 std::vector<gr::blocks::throttle::sptr> throttle_;
69 std::vector<int> channels_selector_vec_;
71 std::string item_type_;
72 std::string filename_;
73 std::string dump_filename_;
77 unsigned int in_stream_;
78 unsigned int out_stream_;
80 bool enable_throttle_control_;
86 #endif // GNSS_SDR_LABSAT_SIGNAL_SOURCE_H Interface of a thread-safe std::queue.
Header file of the base class to signal_source GNSS blocks.
This class reads samples stored in LabSat version 2, 3, and 3 Wideband format.
This interface represents a GNSS block.
This abstract class represents an interface to configuration parameters.