![]() |
0.4.1
|
Dual frequency combination. More...
Public Member Functions | |
constexpr bool | operator< (const DualFrequencyCombination &rhs) const |
Less than comparison (needed for map) | |
constexpr bool | operator== (const DualFrequencyCombination &rhs) const |
Equal comparison (needed for unordered_map) | |
Data Fields | |
SatId | satId |
Satellite Identifier. | |
Code | sig1 |
Signal code/frequency (f(sig1) > f(sig2), e.g. L1 if L1-L2) | |
Code | sig2 |
Signal code/frequency (f(sig2) < f(sig1), e.g. L2 if L1-L2) | |
Dual frequency combination.
Definition at line 26 of file CycleSlipDetector.hpp.
|
inlineconstexpr |
Less than comparison (needed for map)
[in] | rhs | Right hand side of the operator |
Definition at line 36 of file CycleSlipDetector.hpp.
|
inlineconstexpr |
Equal comparison (needed for unordered_map)
[in] | rhs | Right hand side of the operator |
Definition at line 31 of file CycleSlipDetector.hpp.
SatId NAV::DualFrequencyCombination::satId |
Satellite Identifier.
Definition at line 44 of file CycleSlipDetector.hpp.
Code NAV::DualFrequencyCombination::sig1 |
Signal code/frequency (f(sig1) > f(sig2), e.g. L1 if L1-L2)
Definition at line 45 of file CycleSlipDetector.hpp.
Code NAV::DualFrequencyCombination::sig2 |
Signal code/frequency (f(sig2) < f(sig1), e.g. L2 if L1-L2)
Definition at line 46 of file CycleSlipDetector.hpp.