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

This class reads samples OsmoSDR-compatible front-ends, such as HackRF or Realtek's RTL2832U-based USB dongle DVB-T receivers (see https://osmocom.org/projects/rtl-sdr/wiki) More...

#include <osmosdr_signal_source.h>

Inheritance diagram for OsmosdrSignalSource:
GNSSBlockInterface

Public Member Functions

 OsmosdrSignalSource (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_stream, unsigned int out_stream, Concurrent_Queue< pmt::pmt_t > *queue)
 
std::string role () override
 
std::string implementation () override
 Returns "Osmosdr_Signal_Source". 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

This class reads samples OsmoSDR-compatible front-ends, such as HackRF or Realtek's RTL2832U-based USB dongle DVB-T receivers (see https://osmocom.org/projects/rtl-sdr/wiki)

Definition at line 45 of file osmosdr_signal_source.h.

Member Function Documentation

◆ implementation()

std::string OsmosdrSignalSource::implementation ( )
inlineoverridevirtual

Returns "Osmosdr_Signal_Source".

Implements GNSSBlockInterface.

Definition at line 62 of file osmosdr_signal_source.h.


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