0.2.0
Loading...
Searching...
No Matches
NAV::CycleSlipDetector::DualFrequencyCombination Struct Reference

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)
 

Detailed Description

Dual frequency combination.

Member Function Documentation

◆ operator<()

constexpr bool NAV::CycleSlipDetector::DualFrequencyCombination::operator< ( const DualFrequencyCombination & rhs) const
inlineconstexpr

Less than comparison (needed for map)

Parameters
[in]rhsRight hand side of the operator
Returns
True if lhs < rhs

◆ operator==()

constexpr bool NAV::CycleSlipDetector::DualFrequencyCombination::operator== ( const DualFrequencyCombination & rhs) const
inlineconstexpr

Equal comparison (needed for unordered_map)

Parameters
[in]rhsRight hand side of the operator
Returns
True if the elements are equal

The documentation for this struct was generated from the following file: