![]() |
0.5.0
|
Term of a combination equation. More...
Public Types | |
| enum class | ObservationType : uint8_t { Pseudorange , Carrier } |
| Observation types. More... | |
Data Fields | |
| int8_t | freqNum |
| Frequency number. Only used for GLONASS G1 and G2 // TODO: Set this somewhere. | |
| ObservationType | obsType |
| Observation Type. | |
| bool | receivedDuringRun |
| Flag weather the signal was received. | |
| SatSigId | satSigId |
| SignalId and satellite number. | |
| int | sign |
| +1 or -1 | |
Term of a combination equation.
Definition at line 81 of file GnssAnalyzer.hpp.
|
strong |
Observation types.
| Enumerator | |
|---|---|
| Pseudorange | Pseudorange. |
| Carrier | Carrier-Phase. |
Definition at line 84 of file GnssAnalyzer.hpp.
| int8_t NAV::GnssAnalyzer::Combination::Term::freqNum |
Frequency number. Only used for GLONASS G1 and G2 // TODO: Set this somewhere.
Definition at line 92 of file GnssAnalyzer.hpp.
| ObservationType NAV::GnssAnalyzer::Combination::Term::obsType |
Observation Type.
Definition at line 93 of file GnssAnalyzer.hpp.
| bool NAV::GnssAnalyzer::Combination::Term::receivedDuringRun |
Flag weather the signal was received.
Definition at line 94 of file GnssAnalyzer.hpp.
| SatSigId NAV::GnssAnalyzer::Combination::Term::satSigId |
SignalId and satellite number.
Definition at line 91 of file GnssAnalyzer.hpp.
| int NAV::GnssAnalyzer::Combination::Term::sign |
+1 or -1
Definition at line 90 of file GnssAnalyzer.hpp.