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

This class implements an ObservablesInterface for observables of all kind of GNSS signals. More...

#include <hybrid_observables.h>

Inheritance diagram for HybridObservables:
ObservablesInterface GNSSBlockInterface

Public Member Functions

 HybridObservables (const ConfigurationInterface *configuration, const std::string &role, unsigned int in_streams, unsigned int out_streams)
 
std::string role () override
 
std::string implementation () override
 Returns "Hybrid_Observables". More...
 
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
 
void reset () override
 
size_t item_size () override
 All blocks must have an item_size() function implementation. More...
 
- 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 an ObservablesInterface for observables of all kind of GNSS signals.

Definition at line 43 of file hybrid_observables.h.

Member Function Documentation

◆ implementation()

std::string HybridObservables::implementation ( )
inlineoverridevirtual

Returns "Hybrid_Observables".

Implements GNSSBlockInterface.

Definition at line 59 of file hybrid_observables.h.

◆ item_size()

size_t HybridObservables::item_size ( )
inlineoverridevirtual

All blocks must have an item_size() function implementation.

Implements GNSSBlockInterface.

Definition at line 75 of file hybrid_observables.h.


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