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

Adapts an 8-bits sample stream (IF) to a short int stream (IF) More...

#include <byte_to_short.h>

Inheritance diagram for ByteToShort:
GNSSBlockInterface

Public Member Functions

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

Adapts an 8-bits sample stream (IF) to a short int stream (IF)

Definition at line 40 of file byte_to_short.h.

Member Function Documentation

◆ implementation()

std::string ByteToShort::implementation ( )
inlineoverridevirtual

Returns "Byte_To_Short".

Implements GNSSBlockInterface.

Definition at line 55 of file byte_to_short.h.


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