18 #ifndef GNSS_SDR_LABSAT_SIGNAL_SOURCE_H 19 #define GNSS_SDR_LABSAT_SIGNAL_SOURCE_H 23 #include <gnuradio/blocks/file_sink.h> 24 #include <gnuradio/blocks/throttle.h> 25 #include <gnuradio/hier_block2.h> 45 const std::string& role,
unsigned int in_stream,
50 inline std::string role()
override 60 return "Labsat_Signal_Source";
63 inline size_t item_size()
override 68 void connect(gr::top_block_sptr top_block)
override;
69 void disconnect(gr::top_block_sptr top_block)
override;
70 gr::basic_block_sptr get_left_block()
override;
71 gr::basic_block_sptr get_right_block()
override;
74 gr::block_sptr labsat23_source_;
75 gr::blocks::file_sink::sptr file_sink_;
76 gr::blocks::throttle::sptr throttle_;
79 std::string item_type_;
80 std::string filename_;
81 std::string dump_filename_;
85 unsigned int in_stream_;
86 unsigned int out_stream_;
88 bool enable_throttle_control_;
94 #endif // GNSS_SDR_LABSAT_SIGNAL_SOURCE_H Interface of a thread-safe std::queue.
std::string implementation() override
Returns "Labsat_Signal_Source".
This class reads samples stored by a LabSat 2 or LabSat 3 device.
This interface represents a GNSS block.
This abstract class represents an interface to configuration parameters.
This abstract class represents an interface to GNSS blocks.