![]() |
GNSS-SDR 0.0.21
An Open Source GNSS Software Defined Receiver
|
This class represents a GNSS signal. More...
#include <gnss_signal.h>
Public Member Functions | |
| Gnss_Signal (const std::string &signal_) | |
| Gnss_Signal (const Gnss_Satellite &satellite_, const std::string &signal_) | |
| std::string | get_signal_str () const |
| Return the signal identifier string. | |
| Gnss_Satellite | get_satellite () const |
| Get the Gnss_Satellite associated to the signal. | |
Friends | |
| bool | operator== (const Gnss_Signal &, const Gnss_Signal &) |
| operator== for comparison | |
| std::ostream & | operator<< (std::ostream &, const Gnss_Signal &) |
| operator<< for pretty printing | |
This class represents a GNSS signal.
Encapsulates a specific GNSS signal (e.g., GPS L1 C/A, Galileo E1B) and its associated satellite.
Definition at line 38 of file gnss_signal.h.
| Gnss_Satellite Gnss_Signal::get_satellite | ( | ) | const |
Get the Gnss_Satellite associated to the signal.
| std::string Gnss_Signal::get_signal_str | ( | ) | const |
Return the signal identifier string.
|
friend |
operator<< for pretty printing
|
friend |
operator== for comparison