Simple class that lets us set the corrType field directly.
Definition at line 43 of file CorrectionResults_T.cpp.

Public Member Functions | |
| bool | getCorr (const gnsstk::Position &rxPos, const gnsstk::Position &svPos, const gnsstk::SatID &sat, const gnsstk::ObsID &obs, const gnsstk::CommonTime &when, gnsstk::NavType nav, double &corrOut) override |
| bool | getCorr (const gnsstk::Position &rxPos, const gnsstk::Xvt &svPos, const gnsstk::SatID &sat, const gnsstk::ObsID &obs, const gnsstk::CommonTime &when, gnsstk::NavType nav, double &corrOut) override |
| TestCorrector (gnsstk::CorrectorType ct) | |
Public Member Functions inherited from gnsstk::GroupPathCorrector | |
| GroupPathCorrector () | |
| Set the corrType to Unknown by default. More... | |
Additional Inherited Members | |
Public Attributes inherited from gnsstk::GroupPathCorrector | |
| CorrectorType | corrType |
| Set by child classes, indicates what type of bias is computed. More... | |
|
inline |
Definition at line 46 of file CorrectionResults_T.cpp.
|
inlineoverridevirtual |
Get the bias in meters given the supplied state arguments.
| [in] | rxPos | The position of the GNSS receiver antenna. |
| [in] | svPos | The position of the satellite with delayed signal. |
| [in] | sat | The identity of the satellite with delayed signal. |
| [in] | obs | The ID of the signal being un-delayed. |
| [in] | when | The time of measurement. |
| [in] | nav | The navigation message type of the signal. |
| [out] | corrOut | The computed bias in meters. |
Implements gnsstk::GroupPathCorrector.
Definition at line 48 of file CorrectionResults_T.cpp.
|
inlineoverridevirtual |
Implements gnsstk::GroupPathCorrector.
Definition at line 56 of file CorrectionResults_T.cpp.