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

Adapts an 16-bits complex sample stream to a float complex stream. More...

#include <cshort_to_grcomplex.h>

Inheritance diagram for CshortToGrComplex:
GNSSBlockInterface

Public Member Functions

 CshortToGrComplex (const ConfigurationInterface *configuration, std::string role, unsigned int in_streams, unsigned int out_streams)
std::string role () override
std::string implementation () override
 Returns "Cshort_To_Gr_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 16-bits complex sample stream to a float complex stream.

Definition at line 40 of file cshort_to_grcomplex.h.

Member Function Documentation

◆ connect()

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

Implements GNSSBlockInterface.

◆ disconnect()

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

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr CshortToGrComplex::get_left_block ( )
overridevirtual

Implements GNSSBlockInterface.

◆ get_right_block()

gr::basic_block_sptr CshortToGrComplex::get_right_block ( )
overridevirtual

Implements GNSSBlockInterface.

◆ implementation()

std::string CshortToGrComplex::implementation ( )
inlineoverridevirtual

Returns "Cshort_To_Gr_Complex".

Implements GNSSBlockInterface.

Definition at line 55 of file cshort_to_grcomplex.h.

◆ item_size()

size_t CshortToGrComplex::item_size ( )
inlineoverridevirtual

Implements GNSSBlockInterface.

Definition at line 60 of file cshort_to_grcomplex.h.

◆ role()

std::string CshortToGrComplex::role ( )
inlineoverridevirtual

Implements GNSSBlockInterface.

Definition at line 49 of file cshort_to_grcomplex.h.


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