Home
last modified time | relevance | path

Searched refs:addOrbElem (Results 1 – 4 of 4) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/core/tests/GNSSEph/
H A DOrbElemStore_T.cpp80 store.addOrbElem(&baleted); in doFindEphEmptyTests()
183 store.addOrbElem(&to1); in basicTests()
184 store.addOrbElem(&to2); in basicTests()
185 store.addOrbElem(&to3); in basicTests()
/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSEph/
H A DOrbElemStore.hpp158 virtual bool addOrbElem(const OrbElemBase* eph);
H A DOrbElemStore.cpp225 bool OrbElemStore::addOrbElem(const OrbElemBase* eph) in addOrbElem() function in gpstk::OrbElemStore
H A DRationalizeRinexNav.cpp446 oes.addOrbElem(dynamic_cast<OrbElemBase*>(&oe)); in loadStore()