![]() |
0.5.0
|
Outlier removal info. More...
Public Member Functions | |
| OutlierInfo ()=default | |
| Defaults Constructor. | |
| OutlierInfo (const RTK::Meas::MeasKeyTypes &key) | |
| Constructor. | |
Data Fields | |
| RTK::Meas::MeasKeyTypes | key |
| Measurement key of the outlier. | |
| GnssObs::ObservationType | obsType |
| Observation type. | |
| std::optional< RtkSolution::PivotChange::Reason > | pivot |
| Pivot change reason, if it is a pivot. | |
| SatSigId | satSigId |
| Satellit signal id. | |
Outlier removal info.
Definition at line 387 of file RealTimeKinematic.hpp.
|
default |
Defaults Constructor.
|
inlineexplicit |
| RTK::Meas::MeasKeyTypes NAV::RealTimeKinematic::OutlierInfo::key |
Measurement key of the outlier.
Definition at line 398 of file RealTimeKinematic.hpp.
| GnssObs::ObservationType NAV::RealTimeKinematic::OutlierInfo::obsType |
Observation type.
Definition at line 396 of file RealTimeKinematic.hpp.
| std::optional<RtkSolution::PivotChange::Reason> NAV::RealTimeKinematic::OutlierInfo::pivot |
Pivot change reason, if it is a pivot.
Definition at line 395 of file RealTimeKinematic.hpp.
| SatSigId NAV::RealTimeKinematic::OutlierInfo::satSigId |
Satellit signal id.
Definition at line 397 of file RealTimeKinematic.hpp.