Home
last modified time | relevance | path

Searched refs:getSVHealth (Results 1 – 25 of 27) sorted by relevance

12

/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A DOrbElemStore_T.cpp236 TUCATCH(health = store.getSVHealth(to1.satID, to1.ctToe)); in basicTests()
239 TUCATCH(health = store.getSVHealth(to2.satID, to2.ctToe)); in basicTests()
242 TUCATCH(health = store.getSVHealth(to3.satID, to3.ctToe)); in basicTests()
245 TUCATCH(health = store.getSVHealth(bogus, to3.ctToe)); in basicTests()
H A DOrbitEphStore_T.cpp214 TUCATCH(health = store.getSVHealth(to1.satID, to1.ctToe)); in basicTests()
217 TUCATCH(health = store.getSVHealth(to2.satID, to2.ctToe)); in basicTests()
220 TUCATCH(health = store.getSVHealth(to3.satID, to3.ctToe)); in basicTests()
223 TUCATCH(health = store.getSVHealth(bogus, to3.ctToe)); in basicTests()
H A DSP3EphemerisStore_T.cpp372 TUCATCH(rv = store.getSVHealth(sid0,bTime)); in getSVHealthTest()
374 TUCATCH(rv = store.getSVHealth(sid32,bTime)); in getSVHealthTest()
376 TUCATCH(rv = store.getSVHealth(sid1,eTime)); in getSVHealthTest()
385 TUCATCH(rv = store.getSVHealth(sid4, cTime)); in getSVHealthTest()
388 TUCATCH(rv = store.getSVHealth(sid27, cTime)); in getSVHealthTest()
391 TUCATCH(rv = store.getSVHealth(sid1, cTime)); in getSVHealthTest()
H A DGloEphemerisStore_T.cpp185 TUCATCH(rv = store.getSVHealth(nd.sat, nd.time)); in getSVHealthTest()
188 TUCATCH(rv = store.getSVHealth(fake, nd.time)); in getSVHealthTest()
H A DRinexEphemerisStore_T.cpp592 TUCATCH(rv = rinEphStore.getSVHealth(sid1,comTime)); in getSVHealthTest()
594 TUCATCH(rv = rinEphStore.getSVHealth(sid15,comTime)); in getSVHealthTest()
596 TUCATCH(rv = rinEphStore.getSVHealth(sid32,comTime)); in getSVHealthTest()
598 TUCATCH(rv = rinEphStore.getSVHealth(sid0,combTime)); in getSVHealthTest()
600 TUCATCH(rv = rinEphStore.getSVHealth(sid33,combTime)); in getSVHealthTest()
H A DGalEphemeris_T.cpp216 TUCATCH(health = store.getSVHealth(sid, ctTest)); in testHealthSettings()
H A DEngAlmanac_T.cpp394 if (!(alm.getSVHealth(gpstk::SatID(x, gpstk::SatelliteSystem::GPS)) == 0)) in getTest()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DXvtStore.hpp101 virtual Xvt::HealthStatus getSVHealth(const IndexType& id,
H A DAlmOrbit.hpp84 short getSVHealth() const throw() { return SV_health; } in getSVHealth() function in gpstk::AlmOrbit
H A DRinex3EphemerisStore.cpp348 getSVHealth(const SatID& sat, const CommonTime& inttag) const throw() in getSVHealth() function in gpstk::Rinex3EphemerisStore
367 return ORBstore.getSVHealth(sat,ttag); in getSVHealth()
371 return GLOstore.getSVHealth(sat,ttag); in getSVHealth()
H A DEngAlmanac.hpp145 short getSVHealth(SatID sat) const;
H A DGloEphemerisStore.hpp141 virtual Xvt::HealthStatus getSVHealth(const SatID& id,
H A DOrbElemStore.hpp144 virtual Xvt::HealthStatus getSVHealth(const SatID& id,
H A DOrbitEphStore.hpp129 virtual Xvt::HealthStatus getSVHealth(const SatID& id,
H A DRinex3EphemerisStore.hpp156 virtual Xvt::HealthStatus getSVHealth(const SatID& id,
H A DSP3EphemerisStore.hpp192 virtual Xvt::HealthStatus getSVHealth(const SatID& id,
H A DGloEphemerisStore.cpp250 Xvt::HealthStatus GloEphemerisStore::getSVHealth(const SatID& sat, in getSVHealth() function in gpstk::GloEphemerisStore
H A DEngAlmanac.cpp239 short EngAlmanac::getSVHealth(SatID sat) const in getSVHealth() function in gpstk::EngAlmanac
H A DSP3EphemerisStore.cpp172 getSVHealth(const SatID& sat, const CommonTime& ttag) const throw() in getSVHealth() function in gpstk::SP3EphemerisStore
H A DOrbitEphStore.cpp120 getSVHealth(const SatID& sat, const CommonTime& t) const throw() in getSVHealth() function in gpstk::OrbitEphStore
H A DOrbElemStore.cpp130 getSVHealth(const SatID& sat, const CommonTime& t) const throw() in getSVHealth() function in gpstk::OrbElemStore
/dports/astro/gpstk/GPSTk-8.0.0/ext/lib/GNSSEph/
H A DOrbAlmStore.hpp132 virtual Xvt::HealthStatus getSVHealth(const SatID& id,
H A DGPSAlmanacStore.cpp71 return a.getSVHealth(); in getSatHealth()
H A DOrbAlmStore.cpp103 getSVHealth(const SatID& subjID, const CommonTime& t) const throw() in getSVHealth() function in gpstk::OrbAlmStore
/dports/astro/gpstk/GPSTk-8.0.0/ext/tests/GNSSEph/
H A DOrbAlmStore_T.cpp1298 TUCATCH(rv = oas.getSVHealth(pfd.subjID, pfd.testTime)); in testGetSVHealth()
1310 TUCATCH(rv = oas.getSVHealth(sidXvt, test2)); in testGetSVHealth()
1365 oas.getSVHealth(sidXvt, test2)); in testUnhealthyLNav()

12