![]() |
GNSS-SDR
0.0.19
An Open Source GNSS Software Defined Receiver
|
Interface of a MMSE resampler block adapter to a SignalConditionerInterface. More...
#include <mmse_resampler_conditioner.h>
Public Member Functions | |
| MmseResamplerConditioner (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_stream, unsigned int out_stream) | |
| std::string | role () override |
| std::string | implementation () override |
| size_t | item_size () override |
| void | connect (gr::top_block_sptr top_block) override |
| void | disconnect (gr::top_block_sptr top_block) override |
| gr::basic_block_sptr | get_left_block () override |
| gr::basic_block_sptr | get_right_block () override |
Public Member Functions inherited from GNSSBlockInterface | |
| virtual gr::basic_block_sptr | get_left_block (int RF_channel) |
| virtual gr::basic_block_sptr | get_right_block (int RF_channel) |
| virtual void | start () |
| Start the flow of samples if needed. More... | |
Interface of a MMSE resampler block adapter to a SignalConditionerInterface.
Definition at line 48 of file mmse_resampler_conditioner.h.
1.8.14