Classes | Enumerations
GNSS solution algorithms

Detailed Description

Solution algorithms and Tropospheric models.

Classes

class  gnsstk::BCIonoCorrector
 
class  gnsstk::BCISCorrector
 
class  gnsstk::CorrectionResult
 
class  gnsstk::CorrectionResults
 
class  gnsstk::GroupPathCorr
 
class  gnsstk::GroupPathCorrector
 
class  gnsstk::IonoModel
 
class  gnsstk::IonoModelStore
 
class  gnsstk::OceanLoading
 
class  gnsstk::PoleTides
 
class  gnsstk::TropCorrector< Model >
 

Enumerations

enum  gnsstk::CorrDupHandling {
  gnsstk::CorrDupHandling::Unknown, gnsstk::CorrDupHandling::ComputeFirst, gnsstk::CorrDupHandling::ComputeLast, gnsstk::CorrDupHandling::UseFirst,
  gnsstk::CorrDupHandling::Last
}
 
enum  gnsstk::CorrectorType {
  gnsstk::CorrectorType::Unknown, gnsstk::CorrectorType::Trop, gnsstk::CorrectorType::Iono, gnsstk::CorrectorType::ISC,
  gnsstk::CorrectorType::Multipath, gnsstk::CorrectorType::RxChlBias, gnsstk::CorrectorType::Last
}
 Identify different sources of pseudorange bias. More...
 

Enumeration Type Documentation

◆ CorrDupHandling

Enumeration for defining how duplicat GroupPathCorrector types are handled by GroupPathCorr and CorrectionResults. The final sum will only ever use one correction of a given CorrectorType, and it will depend on the order that the corrector objects are added to GroupPathCorr::calcs. This enum also will tell GroupPathCorr whether to compute the biases of all of the correctors in calcs, or stop computing, for example, ISCs once the first ISC-type corrector yields a valid correction.

Enumerator
Unknown 

Duplicate handling is uninitialized.

ComputeFirst 

Sum includes first valid correction, no duplication.

ComputeLast 

Sum includes last valid correction of a type.

UseFirst 

Sum includes first valid correction of type, all computed.

Last 

Used to create an iterator.

Definition at line 60 of file CorrDupHandling.hpp.

◆ CorrectorType

enum gnsstk::CorrectorType
strong

Identify different sources of pseudorange bias.

Enumerator
Unknown 

Corrector type is not known or is uninitialized.

Trop 

Troposphere (weather) corrector.

Iono 

Ionospheric corrector.

ISC 

Inter-signal bias corrector.

Multipath 

Multipath corrector.

RxChlBias 

Receiver inter-channel bias corrector.

Last 

Used to create an iterator.

Definition at line 52 of file CorrectorType.hpp.



gnsstk
Author(s):
autogenerated on Wed Oct 25 2023 02:40:43