Home
last modified time | relevance | path

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

/dports/astro/stellarium/stellarium-0.21.3/plugins/Satellites/src/gsatellite/
H A DgTimeSpan.cpp35 gTimeSpan::gTimeSpan(double timeSpanSrc) //timeSpanScr meassured in days and day fractions in gTimeSpan() function in gTimeSpan
40 gTimeSpan::gTimeSpan(long lDays, int nHours, int nMins, double nSecs) in gTimeSpan() function in gTimeSpan
48 gTimeSpan::gTimeSpan(const gTimeSpan& timeSpanSrc):m_timeSpan(timeSpanSrc.m_timeSpan) in gTimeSpan() function in gTimeSpan
H A DgTime.hpp54 class gTimeSpan class