0.2.0
|
Combination of GNSS measurements. More...
Classes | |
struct | Term |
Term of a combination equation. More... | |
Public Attributes | |
std::optional< double > | cycleSlipMeasMinPred |
Measurement minus predicted value from the cycle-slip detector. | |
std::vector< std::tuple< InsTime, Polynomial< double >, double > > | cycleSlipPolynomials |
Polynomial fits. | |
std::optional< double > | cycleSlipPrediction |
Predicted value from the cycle-slip detector (polynomial fit) | |
std::optional< PolynomialCycleSlipDetectorResult > | cycleSlipResult |
Cycle-slip result. | |
std::string | description |
String describing the combination. | |
std::optional< double > | result |
Calculated combination (only set if all terms where present) | |
std::vector< Term > | terms |
List of terms making up the combination. | |
Combination of GNSS measurements.