21 #ifndef GNSS_SDR_LABSAT_SIGNAL_SOURCE_H 22 #define GNSS_SDR_LABSAT_SIGNAL_SOURCE_H 26 #include <gnuradio/blocks/file_sink.h> 27 #include <gnuradio/hier_block2.h> 41 const std::string& role,
unsigned int in_stream,
46 inline std::string role()
override 56 return "Labsat_Signal_Source";
59 inline size_t item_size()
override 64 void connect(gr::top_block_sptr top_block)
override;
65 void disconnect(gr::top_block_sptr top_block)
override;
66 gr::basic_block_sptr get_left_block()
override;
67 gr::basic_block_sptr get_right_block()
override;
70 gr::block_sptr labsat23_source_;
71 gr::blocks::file_sink::sptr file_sink_;
73 std::string item_type_;
74 std::string filename_;
75 std::string dump_filename_;
76 unsigned int in_stream_;
77 unsigned int out_stream_;
82 #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.