HealthGetter is a callback class used by NewNavToRinex for obtaining health information when converting to RINEX that is otherwise unavailable in the ephemeris.
Definition at line 57 of file NewNavToRinex.hpp.
#include <NewNavToRinex.hpp>
Public Member Functions | |
virtual bool | getHealth (const NavSatelliteID &nsid, const CommonTime &when, NavDataPtr &healthOut) |
Public Attributes | |
NavSatMap | healthMap |
Contains the health data to look up. More... | |
|
virtual |
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 in gnsstk::NavLibraryHealthGetter.
Definition at line 669 of file NewNavToRinex.cpp.
NavSatMap gnsstk::HealthGetter::healthMap |
Contains the health data to look up.
Definition at line 68 of file NewNavToRinex.hpp.