Class for containing a single computed bias from one of the GroupPathCorrector classes. This pairs the actual bias with the corrector for the purpose of tracking bias contributions.
Definition at line 55 of file CorrectionResult.hpp.
#include <CorrectionResult.hpp>
Public Member Functions | |
CorrectionResult () | |
Initialize result to NaN and source to null. More... | |
CorrectionResult (double r, const GroupPathCorrectorPtr &s) | |
Public Attributes | |
double | result |
Computed bias in meters. More... | |
GroupPathCorrectorPtr | source |
Corrector that computed this bias. More... | |
|
inline |
Initialize result to NaN and source to null.
Definition at line 59 of file CorrectionResult.hpp.
|
inline |
Fully initialize the object with real values.
[in] | r | The computed correction value. |
[in] | s | The GroupPathCorrector that computed this result. |
Definition at line 65 of file CorrectionResult.hpp.
double gnsstk::CorrectionResult::result |
Computed bias in meters.
Definition at line 68 of file CorrectionResult.hpp.
GroupPathCorrectorPtr gnsstk::CorrectionResult::source |
Corrector that computed this bias.
Definition at line 69 of file CorrectionResult.hpp.