Home
last modified time | relevance | path

Searched defs:SatID (Results 1 – 2 of 2) sorted by relevance

/dports/astro/gpstk/GPSTk-8.0.0/core/lib/GNSSCore/
H A DSatID.hpp66 class SatID class
70 SatID() { id=-1; system=SatelliteSystem::GPS; } in SatID() function in gpstk::SatID
75 SatID(int p, SatelliteSystem s) { id=p; system=s; } in SatID() function in gpstk::SatID
/dports/astro/gpstk/GPSTk-8.0.0/swig/src/
H A DSatID.i4 SatID(int p) in SatID() function