19 #ifndef GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H 20 #define GNSS_SDR_DIRECT_RESAMPLER_CONDITIONER_H 23 #include <gnuradio/hier_block2.h> 42 const std::string& role,
unsigned int in_stream,
43 unsigned int out_stream);
47 inline std::string role()
override 55 return "Direct_Resampler";
58 inline size_t item_size()
override 63 void connect(gr::top_block_sptr top_block)
override;
64 void disconnect(gr::top_block_sptr top_block)
override;
65 gr::basic_block_sptr get_left_block()
override;
66 gr::basic_block_sptr get_right_block()
override;
69 gr::block_sptr resampler_;
70 gr::block_sptr file_sink_;
72 std::string item_type_;
73 std::string dump_filename_;
74 double sample_freq_in_;
75 double sample_freq_out_;
77 unsigned int in_stream_;
78 unsigned int out_stream_;
85 #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.