#include "TimeManager.hxx"
#include <simgear/misc/sg_path.hxx>
#include <simgear/timing/lowleveltime.h>
#include <simgear/structure/commands.hxx>
#include <simgear/timing/sg_time.hxx>
#include <simgear/math/SGMath.hxx>
#include <Main/fg_props.hxx>
#include <Main/globals.hxx>
#include <Time/bodysolver.hxx>
#include <algorithm>
#include <chrono>
#include <thread>
Go to the source code of this file.
◆ do_timeofday()
static bool do_timeofday |
( |
const SGPropertyNode * | arg, |
|
|
SGPropertyNode * | root ) |
|
static |
◆ registrantTimeManager()
SGSubsystemMgr::Registrant< TimeManager > registrantTimeManager |
( |
SGSubsystemMgr::INIT | , |
|
|
{{"FDM", SGSubsystemMgr::Dependency::HARD}} | ) |
◆ TimeUTC()
static double TimeUTC |
( |
| ) |
|
|
static |