GNSS-SDR  0.0.19
An Open Source GNSS Software Defined Receiver
Public Member Functions | List of all members
IbyteToCbyte Class Reference

#include <ibyte_to_cbyte.h>

Inheritance diagram for IbyteToCbyte:
GNSSBlockInterface

Public Member Functions

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

Detailed Description

an I/Q interleaved byte (unsigned char) sample stream into a std::complex<unsigned char> stream

Definition at line 40 of file ibyte_to_cbyte.h.

Member Function Documentation

◆ implementation()

std::string IbyteToCbyte::implementation ( )
inlineoverridevirtual

Returns "Ibyte_To_Cbyte".

Implements GNSSBlockInterface.

Definition at line 55 of file ibyte_to_cbyte.h.


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