0.3.0
Loading...
Searching...
No Matches
NAV::GnssAnalyzer::Combination Struct Reference

Combination of GNSS measurements. More...

Classes

struct  Term
 Term of a combination equation. More...
 

Public Types

enum class  Unit : uint8_t {
  Meters ,
  Cycles
}
 Possible units to calculate the combination in. More...
 

Public Member Functions

double calcCombinationFrequency () const
 Calculates the combined frequency of all terms.
 
std::string description () const
 Get a string description of the combination.
 

Public Attributes

PolynomialCycleSlipDetector< std::string > polynomialCycleSlipDetector
 Cycle-slip detector.
 
bool polynomialCycleSlipDetectorOutputPolynomials
 Whether the polynomials should be outputted.
 
bool polynomialCycleSlipDetectorOutputWhenWindowSizeNotReached
 Whether to output the prediction even when the window size is not reached.
 
double polynomialCycleSlipDetectorThresholdPercentage
 Threshold to categorize a measurement as cycle slip [% of smallest wavelength].
 
std::vector< std::pair< InsTime, Polynomial< double > > > polynomials
 Polynomial collection.
 
std::vector< Termterms
 List of terms making up the combination.
 
Unit unit
 Unit to calculate the combination in.
 

Detailed Description

Combination of GNSS measurements.

Member Enumeration Documentation

◆ Unit

enum class NAV::GnssAnalyzer::Combination::Unit : uint8_t
strong

Possible units to calculate the combination in.

Enumerator
Meters 

Meters.

Cycles 

Cycles.


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