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

This class implements a block that connects input and output (does nothing) More...

#include <pass_through.h>

Inheritance diagram for Pass_Through:
GNSSBlockInterface

Public Member Functions

 Pass_Through (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_stream, unsigned int out_stream)
 
std::string role () override
 
std::string implementation () override
 Returns "Pass_Through". More...
 
std::string item_type () const
 
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

This class implements a block that connects input and output (does nothing)

Definition at line 42 of file pass_through.h.

Member Function Documentation

◆ implementation()

std::string Pass_Through::implementation ( )
inlineoverridevirtual

Returns "Pass_Through".

Implements GNSSBlockInterface.

Definition at line 58 of file pass_through.h.


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