![]() |
0.5.0
|
Public Types | |
enum class | Type : uint8_t { None , NIS } |
Outlier Type. More... |
Public Member Functions | |
Outlier (const Type &type, const SatSigId &satSigId, const GnssObs::ObservationType &obsType) | |
Constructor. |
Data Fields | |
GnssObs::ObservationType | obsType |
Observation Type. | |
SatSigId | satSigId |
Satellite Signal Id. | |
Type | type |
Outlier Type. |
Outlier information.
Definition at line 343 of file RtkSolution.hpp.
|
strong |
Enumerator | |
---|---|
None | None. |
NIS | Normalized Innovation Squared (NIS) |
Definition at line 346 of file RtkSolution.hpp.
|
inline |
GnssObs::ObservationType NAV::RtkSolution::Outlier::obsType |
Observation Type.
Definition at line 361 of file RtkSolution.hpp.
SatSigId NAV::RtkSolution::Outlier::satSigId |
Satellite Signal Id.
Definition at line 360 of file RtkSolution.hpp.
Type NAV::RtkSolution::Outlier::type |
Definition at line 359 of file RtkSolution.hpp.