Class for containing a series of computed biases from the GroupPathCorrector classes.
Definition at line 52 of file CorrectionResults.hpp.
#include <CorrectionResults.hpp>
Public Member Functions | |
void | addResult (const CorrectionResult &res) |
void | clear () |
Empty the contents of results. More... | |
CorrectionResults ()=default | |
Declaring it explicitly so people don't complain. More... | |
double | getCorrSum (CorrDupHandling dups) const |
const CorrectionResultList & | getResults () const |
Get the ordered list of results. More... | |
Private Attributes | |
CorrectionResultList | results |
The computed biases. More... | |
|
default |
Declaring it explicitly so people don't complain.
void gnsstk::CorrectionResults::addResult | ( | const CorrectionResult & | res | ) |
Add a result to the ordered list.
[in] | res | The result to be added. |
Definition at line 45 of file CorrectionResults.cpp.
void gnsstk::CorrectionResults::clear | ( | ) |
Empty the contents of results.
Definition at line 105 of file CorrectionResults.cpp.
double gnsstk::CorrectionResults::getCorrSum | ( | CorrDupHandling | dups | ) | const |
Get the sum of results, filtering duplicates as indicated.
[in] | dups | How duplicates are filtered.
|
Definition at line 59 of file CorrectionResults.cpp.
const CorrectionResultList & gnsstk::CorrectionResults::getResults | ( | ) | const |
Get the ordered list of results.
Definition at line 52 of file CorrectionResults.cpp.
|
private |
The computed biases.
Definition at line 78 of file CorrectionResults.hpp.