![]() |
0.5.0
|
Pivot Change information. More...
Public Types | |
enum class | Reason : uint8_t { None , NewCode , PivotNotObservedInEpoch , PivotCycleSlip , HigherElevationFound , PivotOutlier } |
Possible reasons for a pivot change. More... |
Data Fields | |
double | newPivotElevation |
New Satellite elevation [rad]. | |
SatSigId | newPivotSat |
New SatSig identifier. | |
GnssObs::ObservationType | obsType |
Observation type. | |
double | oldPivotElevation |
Old Satellite elevation [rad]. | |
SatSigId | oldPivotSat |
Old SatSig identifier. | |
Reason | reason |
Reason. |
Pivot Change information.
Definition at line 282 of file RtkSolution.hpp.
|
strong |
Possible reasons for a pivot change.
Enumerator | |
---|---|
None | No reason selected yet. |
NewCode | Code was not observed before. |
PivotNotObservedInEpoch | Old pivot satellite was not observed this epoch. |
PivotCycleSlip | The pivot satellite had a cycle-slip. |
HigherElevationFound | A satellite with higher elevation was observed. |
PivotOutlier | Old pivot satellite was flagged as outlier. |
Definition at line 285 of file RtkSolution.hpp.
double NAV::RtkSolution::PivotChange::newPivotElevation |
New Satellite elevation [rad].
Definition at line 302 of file RtkSolution.hpp.
SatSigId NAV::RtkSolution::PivotChange::newPivotSat |
New SatSig identifier.
Definition at line 301 of file RtkSolution.hpp.
GnssObs::ObservationType NAV::RtkSolution::PivotChange::obsType |
Observation type.
Definition at line 296 of file RtkSolution.hpp.
double NAV::RtkSolution::PivotChange::oldPivotElevation |
Old Satellite elevation [rad].
Definition at line 299 of file RtkSolution.hpp.
SatSigId NAV::RtkSolution::PivotChange::oldPivotSat |
Old SatSig identifier.
Definition at line 298 of file RtkSolution.hpp.
Reason NAV::RtkSolution::PivotChange::reason |
Definition at line 295 of file RtkSolution.hpp.