0.2.0
|
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) | |
Public Attributes | |
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.
|
inlineconstexpr |
Less than comparison (needed for map)
[in] | rhs | Right hand side of the operator |
|
inlineconstexpr |
Equal comparison (needed for unordered_map)
[in] | rhs | Right hand side of the operator |