GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
Loading...
Searching...
No Matches
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".
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.

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

◆ connect()

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

Implements GNSSBlockInterface.

◆ disconnect()

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

Implements GNSSBlockInterface.

◆ get_left_block()

gr::basic_block_sptr Pass_Through::get_left_block ( )
overridevirtual

Implements GNSSBlockInterface.

◆ get_right_block()

gr::basic_block_sptr Pass_Through::get_right_block ( )
overridevirtual

Implements GNSSBlockInterface.

◆ implementation()

std::string Pass_Through::implementation ( )
inlineoverridevirtual

Returns "Pass_Through".

Implements GNSSBlockInterface.

Definition at line 58 of file pass_through.h.

◆ item_size()

size_t Pass_Through::item_size ( )
inlineoverridevirtual

Implements GNSSBlockInterface.

Definition at line 68 of file pass_through.h.

◆ item_type()

std::string Pass_Through::item_type ( ) const
inline

Definition at line 63 of file pass_through.h.

◆ role()

std::string Pass_Through::role ( )
inlineoverridevirtual

Implements GNSSBlockInterface.

Definition at line 52 of file pass_through.h.


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