22 #ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H 23 #define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H 26 #include <gnuradio/hier_block2.h> 39 const std::string& role,
unsigned int in_stream,
40 unsigned int out_stream);
44 inline std::string role()
override 52 return "Direct_Resampler";
55 inline size_t item_size()
override 60 void connect(gr::top_block_sptr top_block)
override;
61 void disconnect(gr::top_block_sptr top_block)
override;
62 gr::basic_block_sptr get_left_block()
override;
63 gr::basic_block_sptr get_right_block()
override;
66 gr::block_sptr resampler_;
67 gr::block_sptr file_sink_;
69 std::string item_type_;
70 std::string dump_filename_;
71 double sample_freq_in_;
72 double sample_freq_out_;
74 unsigned int in_stream_;
75 unsigned int out_stream_;
79 #endif // GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H std::string implementation() override
Returns "Direct_Resampler".
This interface represents a GNSS block.
This abstract class represents an interface to configuration parameters.
Interface of an adapter of a direct resampler conditioner block to a SignalConditionerInterface.
This abstract class represents an interface to GNSS blocks.