20 #ifndef GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H 21 #define GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H 25 #include <gnuradio/blocks/char_to_float.h> 26 #include <gnuradio/blocks/file_sink.h> 27 #include <gnuradio/blocks/float_to_complex.h> 28 #include <gnuradio/blocks/null_sink.h> 29 #include <gnuradio/hier_block2.h> 52 const std::string& role,
unsigned int in_stream,
57 inline size_t item_size()
override 62 void connect(gr::top_block_sptr top_block)
override;
63 void disconnect(gr::top_block_sptr top_block)
override;
64 gr::basic_block_sptr get_left_block()
override;
65 gr::basic_block_sptr get_right_block()
override;
66 gr::basic_block_sptr get_right_block(
int RF_channel)
override;
69 boost::shared_ptr<gr::block> flexiband_source_;
71 std::vector<boost::shared_ptr<gr::block>> char_to_float;
72 std::vector<boost::shared_ptr<gr::block>> float_to_complex_;
73 std::vector<gr::blocks::null_sink::sptr> null_sinks_;
75 std::string item_type_;
76 std::string firmware_filename_;
77 std::string signal_file;
80 unsigned int in_stream_;
81 unsigned int out_stream_;
86 int usb_packet_buffer_size_;
97 #endif // GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H Interface of a thread-safe std::queue.
Header file of the base class to signal_source GNSS blocks.
This class configures and reads samples from Teleorbit Flexiband front-end. This software requires a ...
This abstract class represents an interface to configuration parameters.