![]() |
GNSS-SDR
0.0.19
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 |
| Get the satellite signal {"1C" for GPS L1 C/A, "2S" for GPS L2C (M), "L5" for GPS L5, "1G" for GLONASS L1 C/A, "1B" for Galileo E1B, "5X" for Galileo E5a. More... | |
| Gnss_Satellite | get_satellite () const |
| Get the Gnss_Satellite associated to the signal. More... | |
Friends | |
| bool | operator== (const Gnss_Signal &, const Gnss_Signal &) |
| operator== for comparison More... | |
| std::ostream & | operator<< (std::ostream &, const Gnss_Signal &) |
| operator<< for pretty printing More... | |
This class represents a GNSS signal.
It contains information about the space vehicle and the specific signal.
Definition at line 37 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 |
Get the satellite signal {"1C" for GPS L1 C/A, "2S" for GPS L2C (M), "L5" for GPS L5, "1G" for GLONASS L1 C/A, "1B" for Galileo E1B, "5X" for Galileo E5a.
|
friend |
operator<< for pretty printing
|
friend |
operator== for comparison
1.8.14