![]() |
0.5.0
|
Term of a combination equation. More...
Data Fields | |
| GnssObs::ObservationType | obsType |
| Observation Type. | |
| SatSigId | satSigId |
| SignalId and satellite number. | |
| int | sign |
| +1 or -1 | |
| std::optional< double > | value |
| Measurement (if present) | |
Term of a combination equation.
Definition at line 52 of file GnssCombination.hpp.
| GnssObs::ObservationType NAV::GnssCombination::Combination::Term::obsType |
Observation Type.
Definition at line 56 of file GnssCombination.hpp.
| SatSigId NAV::GnssCombination::Combination::Term::satSigId |
SignalId and satellite number.
Definition at line 55 of file GnssCombination.hpp.
| int NAV::GnssCombination::Combination::Term::sign |
+1 or -1
Definition at line 54 of file GnssCombination.hpp.
| std::optional<double> NAV::GnssCombination::Combination::Term::value |
Measurement (if present)
Definition at line 57 of file GnssCombination.hpp.