23 #ifndef GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H 24 #define GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H 28 #include <gnuradio/blocks/char_to_float.h> 29 #include <gnuradio/blocks/file_sink.h> 30 #include <gnuradio/blocks/float_to_complex.h> 31 #include <gnuradio/blocks/null_sink.h> 32 #include <gnuradio/hier_block2.h> 49 const std::string& role,
unsigned int in_stream,
54 inline std::string role()
override 64 return "Flexiband_Signal_Source";
67 inline size_t item_size()
override 72 void connect(gr::top_block_sptr top_block)
override;
73 void disconnect(gr::top_block_sptr top_block)
override;
74 gr::basic_block_sptr get_left_block()
override;
75 gr::basic_block_sptr get_right_block()
override;
76 gr::basic_block_sptr get_right_block(
int RF_channel)
override;
79 boost::shared_ptr<gr::block> flexiband_source_;
81 std::vector<boost::shared_ptr<gr::block>> char_to_float;
82 std::vector<boost::shared_ptr<gr::block>> float_to_complex_;
83 std::vector<gr::blocks::null_sink::sptr> null_sinks_;
86 std::string item_type_;
87 std::string firmware_filename_;
88 std::string signal_file;
91 unsigned int in_stream_;
92 unsigned int out_stream_;
97 int usb_packet_buffer_size_;
105 #endif // GNSS_SDR_FLEXIBAND_SIGNAL_SOURCE_H Interface of a thread-safe std::queue.
std::string implementation() override
Returns "Flexiband_Signal_Source".
This class configures and reads samples from Teleorbit Flexiband front-end. This software requires a ...
This interface represents a GNSS block.
This abstract class represents an interface to configuration parameters.
This abstract class represents an interface to GNSS blocks.