GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
DMASignalSourceFPGA Class Reference
Inheritance diagram for DMASignalSourceFPGA:
SignalSourceBase SignalSourceInterface GNSSBlockInterface

Public Member Functions

 DMASignalSourceFPGA (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_stream, unsigned int out_stream, Concurrent_Queue< pmt::pmt_t > *queue)
void start () override
 Start the flow of samples if needed.
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 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 gr::basic_block_sptr get_right_block (int RF_channel)

Additional Inherited Members

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

Definition at line 44 of file dma_signal_source_fpga.h.

Member Function Documentation

◆ connect()

void DMASignalSourceFPGA::connect ( gr::top_block_sptr top_block)
overridevirtual

Implements GNSSBlockInterface.

◆ disconnect()

void DMASignalSourceFPGA::disconnect ( gr::top_block_sptr top_block)
overridevirtual

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr DMASignalSourceFPGA::get_left_block ( )
overridevirtual

Implements GNSSBlockInterface.

◆ get_right_block()

gr::basic_block_sptr DMASignalSourceFPGA::get_right_block ( )
overridevirtual

Implements GNSSBlockInterface.

◆ item_size()

size_t DMASignalSourceFPGA::item_size ( )
inlineoverridevirtual

Implements GNSSBlockInterface.

Definition at line 55 of file dma_signal_source_fpga.h.

◆ start()

void DMASignalSourceFPGA::start ( )
overridevirtual

Start the flow of samples if needed.

Reimplemented from GNSSBlockInterface.


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