GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
IONGSMSSignalSource Class Reference

Class that reads signals samples from a file and adapts it to a SignalSourceInterface. More...

#include <ion_gsms_signal_source.h>

Inheritance diagram for IONGSMSSignalSource:
SignalSourceBase SignalSourceInterface GNSSBlockInterface

Public Member Functions

 IONGSMSSignalSource (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams, Concurrent_Queue< pmt::pmt_t > *queue)
Public Member Functions inherited from SignalSourceBase
std::string role () final
std::string implementation () final
size_t getRfChannels () const override
gr::basic_block_sptr get_left_block () override
Public Member Functions inherited from GNSSBlockInterface
virtual gr::basic_block_sptr get_left_block (int RF_channel)
virtual void start ()
 Start the flow of samples if needed.

Protected Member Functions

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
gr::basic_block_sptr get_right_block (int RF_channel) override
size_t item_size () override
Protected Member Functions inherited from SignalSourceBase
 SignalSourceBase (ConfigurationInterface const *configuration, std::string role, std::string impl)
 Constructor.
size_t decode_item_type (std::string const &item_type, bool *is_interleaved=nullptr, bool throw_on_error=false)
 utility for decoding passed ".item_type" values

Detailed Description

Class that reads signals samples from a file and adapts it to a SignalSourceInterface.

Definition at line 40 of file ion_gsms_signal_source.h.

Member Function Documentation

◆ connect()

void IONGSMSSignalSource::connect ( gr::top_block_sptr top_block)
overrideprotectedvirtual

Implements GNSSBlockInterface.

◆ disconnect()

void IONGSMSSignalSource::disconnect ( gr::top_block_sptr top_block)
overrideprotectedvirtual

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr IONGSMSSignalSource::get_left_block ( )
overrideprotectedvirtual

Implements GNSSBlockInterface.

◆ get_right_block() [1/2]

gr::basic_block_sptr IONGSMSSignalSource::get_right_block ( )
overrideprotectedvirtual

Implements GNSSBlockInterface.

◆ get_right_block() [2/2]

gr::basic_block_sptr IONGSMSSignalSource::get_right_block ( int RF_channel)
overrideprotectedvirtual

Reimplemented from GNSSBlockInterface.

◆ item_size()

size_t IONGSMSSignalSource::item_size ( )
inlineoverrideprotectedvirtual

Implements GNSSBlockInterface.

Definition at line 57 of file ion_gsms_signal_source.h.


The documentation for this class was generated from the following file: