Home
last modified time | relevance | path

Searched refs:SGTime (Results 1 – 19 of 19) sorted by relevance

/dports/devel/simgear/simgear-2020.3.11/simgear/timing/
H A Dsg_time.cxx65 void SGTime::init( const SGGeod& location, const SGPath& root, time_t init_time ) in init()
104 SGTime::SGTime( const SGGeod& location, const SGPath& root, in SGTime() function in SGTime
110 SGTime::SGTime( const SGPath& root ) { in SGTime() function in SGTime
115 SGTime::SGTime() { in SGTime() function in SGTime
120 SGTime::~SGTime() in ~SGTime()
172 void SGTime::update( const SGGeod& location, time_t ct, long int warp ) in update()
225 void SGTime::updateLocal( const SGGeod& aLocation, const SGPath& root ) { in updateLocal()
H A Dsg_time.hxx66 class SGTime { class
106 SGTime();
125 SGTime( const SGGeod& location,
133 SGTime( const SGPath& root );
136 ~SGTime();
/dports/games/flightgear/flightgear-2020.3.11/src/Main/
H A Dglobals.hxx52 class SGTime;
123 SGTime *time_params;
325 inline SGTime *get_time_params() const { return time_params; } in get_time_params()
326 inline void set_time_params( SGTime *t ) { time_params = t; } in set_time_params()
H A Dfg_props.cxx255 SGTime * st = globals->get_time_params(); in getDateString()
275 SGTime * st = globals->get_time_params(); in setDateString()
316 SGTime * st = globals->get_time_params(); in getGMTString()
H A Doptions.cxx554 SGTime CurrentTime; in parse_date()
/dports/games/flightgear/flightgear-2020.3.11/src/Time/
H A Dbodysolver.cxx80 static double body_angle( const SGTime &t, const SGVec3d& world_up, bool sun_not_moon) { in body_angle()
130 SGTime t = SGTime( loc, SGPath(), 0 ); in fgTimeSecondsUntilBodyAngle()
H A DTimeManager.hxx29 class SGTime;
81 SGTime* _impl;
H A Dlight.cxx377 SGTime *t = globals->get_time_params(); in updateBodyPos()
H A DTimeManager.cxx92 _impl = new SGTime(globals->get_aircraft_position(), zone, _timeOverride->getLongValue()); in init()
/dports/games/flightgear/flightgear-2020.3.11/src/Network/
H A Digc.cxx59 SGTime *t = globals->get_time_params(); in gen_Hrecords()
129 SGTime *t = globals->get_time_params(); in gen_message()
H A Dnmea.cxx83 SGTime *t = globals->get_time_params(); in gen_message()
H A Datlas.cxx88 SGTime *t = globals->get_time_params(); in gen_message()
/dports/games/flightgear/flightgear-2020.3.11/src/Environment/
H A Dephemeris.cxx102 SGTime* st = globals->get_time_params(); in update()
H A Dmetarproperties.cxx79 SGTime _time;
/dports/games/flightgear/flightgear-2020.3.11/src/Traffic/
H A DSchedFlight.cxx168 SGTime* currTimeDate = globals->get_time_params(); in processTimeString()
/dports/games/flightgear/flightgear-2020.3.11/src/Instrumentation/
H A Ddclgps.hxx41 class SGTime;
/dports/devel/simgear/simgear-2020.3.11/
H A DThanks138 Added time zone support in the SGTime class.
H A DNEWS312 entire SGTime class. This avoids an extraneous warning about not
H A DChangeLog2847 formatting. Our linux port of the SGTime class, incidentally,