HealthGetter callback for using NavLibrary as the source for health.
Definition at line 78 of file NewNavToRinex.hpp.
#include <NewNavToRinex.hpp>
Public Member Functions | |
bool | getHealth (const NavSatelliteID &nsid, const CommonTime &when, NavDataPtr &healthOut) override |
NavLibraryHealthGetter (NavLibrary &nl) | |
Public Attributes | |
NavLibrary & | navLib |
NavLibrary to use for health look-up. More... | |
NavSearchOrder | order |
Parameter to NavLibrary::getHealth() More... | |
NavValidityType | valid |
Parameter to NavLibrary::getHealth() More... | |
SVHealth | xmitHealth |
Parameter to NavLibrary::getHealth() More... | |
![]() | |
NavSatMap | healthMap |
Contains the health data to look up. More... | |
gnsstk::NavLibraryHealthGetter::NavLibraryHealthGetter | ( | NavLibrary & | nl | ) |
Set NavLibrary::getHealth() parameters to defaults, and initialize navLib reference.
[in] | nl | The NavLibrary object to use to look up health. |
Definition at line 688 of file NewNavToRinex.cpp.
|
overridevirtual |
Get the health status of a satellite at a specific time.
[in] | nsid | Satellite to get the health status for. |
[in] | when | The time that the health should be retrieved. |
[out] | healthOut | The health status at when. |
Reimplemented from gnsstk::HealthGetter.
Definition at line 696 of file NewNavToRinex.cpp.
NavLibrary& gnsstk::NavLibraryHealthGetter::navLib |
NavLibrary to use for health look-up.
Definition at line 88 of file NewNavToRinex.hpp.
NavSearchOrder gnsstk::NavLibraryHealthGetter::order |
Parameter to NavLibrary::getHealth()
Definition at line 91 of file NewNavToRinex.hpp.
NavValidityType gnsstk::NavLibraryHealthGetter::valid |
Parameter to NavLibrary::getHealth()
Definition at line 90 of file NewNavToRinex.hpp.
SVHealth gnsstk::NavLibraryHealthGetter::xmitHealth |
Parameter to NavLibrary::getHealth()
Definition at line 89 of file NewNavToRinex.hpp.