![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
Interface of an adapter of a direct resampler conditioner block to a SignalConditionerInterface. More...
#include <direct_resampler_conditioner.h>
Public Member Functions | |
| DirectResamplerConditioner (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_stream, unsigned int out_stream) | |
| std::string | role () override |
| std::string | implementation () override |
| Returns "Direct_Resampler". | |
| 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. | |
Interface of an adapter of a direct resampler conditioner block to a SignalConditionerInterface.
Definition at line 38 of file direct_resampler_conditioner.h.
|
overridevirtual |
Implements GNSSBlockInterface.
|
overridevirtual |
Implements GNSSBlockInterface.
|
overridevirtual |
Implements GNSSBlockInterface.
|
overridevirtual |
Implements GNSSBlockInterface.
|
inlineoverridevirtual |
Returns "Direct_Resampler".
Implements GNSSBlockInterface.
Definition at line 53 of file direct_resampler_conditioner.h.
|
inlineoverridevirtual |
Implements GNSSBlockInterface.
Definition at line 58 of file direct_resampler_conditioner.h.
|
inlineoverridevirtual |
Implements GNSSBlockInterface.
Definition at line 47 of file direct_resampler_conditioner.h.