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

Adapts an I/Q interleaved short integer sample stream to a gr_complex (float) stream. More...

#include <ishort_to_complex.h>

Inheritance diagram for IshortToComplex:
GNSSBlockInterface

Public Member Functions

 IshortToComplex (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
std::string role () override
std::string implementation () override
 Returns "Ishort_To_Complex".
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.

Detailed Description

Adapts an I/Q interleaved short integer sample stream to a gr_complex (float) stream.

Definition at line 39 of file ishort_to_complex.h.

Member Function Documentation

◆ connect()

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

Implements GNSSBlockInterface.

◆ disconnect()

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

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr IshortToComplex::get_left_block ( )
overridevirtual

Implements GNSSBlockInterface.

◆ get_right_block()

gr::basic_block_sptr IshortToComplex::get_right_block ( )
overridevirtual

Implements GNSSBlockInterface.

◆ implementation()

std::string IshortToComplex::implementation ( )
inlineoverridevirtual

Returns "Ishort_To_Complex".

Implements GNSSBlockInterface.

Definition at line 54 of file ishort_to_complex.h.

◆ item_size()

size_t IshortToComplex::item_size ( )
inlineoverridevirtual

Implements GNSSBlockInterface.

Definition at line 59 of file ishort_to_complex.h.

◆ role()

std::string IshortToComplex::role ( )
inlineoverridevirtual

Implements GNSSBlockInterface.

Definition at line 48 of file ishort_to_complex.h.


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