0.4.1
Loading...
Searching...
No Matches
NAV::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)
 

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)
 

Detailed Description

Dual frequency combination.

Definition at line 26 of file CycleSlipDetector.hpp.

Member Function Documentation

◆ operator<()

bool NAV::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

Definition at line 36 of file CycleSlipDetector.hpp.

◆ operator==()

bool NAV::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

Definition at line 31 of file CycleSlipDetector.hpp.

Field Documentation

◆ satId

SatId NAV::DualFrequencyCombination::satId

Satellite Identifier.

Definition at line 44 of file CycleSlipDetector.hpp.

◆ sig1

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.

◆ sig2

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.


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