0.2.0
|
Stores the satellites observations. More...
Classes | |
struct | CarrierPhase |
Carrier phase. More... | |
struct | Pseudorange |
Pseudorange. More... | |
Public Member Functions | |
ObservationData (const SatSigId &satSigId) | |
Constructor. | |
Public Attributes | |
std::optional< CarrierPhase > | carrierPhase |
Carrier phase measurement [cycles]. | |
std::optional< double > | CN0 |
Carrier-to-Noise density [dBHz]. | |
std::optional< double > | doppler |
Doppler measurement [Hz]. | |
std::optional< Pseudorange > | pseudorange |
Pseudorange measurement [m]. | |
SatSigId | satSigId |
SignalId and satellite number. | |
Stores the satellites observations.
|
inlineexplicit |
Constructor.
[in] | satSigId | Satellite signal identifier (frequency and satellite number) |