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

This class generates synthesized GNSS signal. More...

#include <signal_generator.h>

Inheritance diagram for SignalGenerator:
GNSSBlockInterface

Public Member Functions

 SignalGenerator (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 "GNSSSignalGenerator". 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 generates synthesized GNSS signal.

Definition at line 39 of file signal_generator.h.

Member Function Documentation

◆ implementation()

std::string SignalGenerator::implementation ( )
inlineoverridevirtual

Returns "GNSSSignalGenerator".

Implements GNSSBlockInterface.

Definition at line 56 of file signal_generator.h.


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