FlightGear next
TimeManager.cxx File Reference
#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.

Functions

static bool do_timeofday (const SGPropertyNode *arg, SGPropertyNode *root)
 
static double TimeUTC ()
 
SGSubsystemMgr::Registrant< TimeManagerregistrantTimeManager (SGSubsystemMgr::INIT, {{"FDM", SGSubsystemMgr::Dependency::HARD}})
 

Function Documentation

◆ do_timeofday()

static bool do_timeofday ( const SGPropertyNode * arg,
SGPropertyNode * root )
static

Definition at line 29 of file TimeManager.cxx.

◆ registrantTimeManager()

SGSubsystemMgr::Registrant< TimeManager > registrantTimeManager ( SGSubsystemMgr::INIT ,
{{"FDM", SGSubsystemMgr::Dependency::HARD}}  )

◆ TimeUTC()

static double TimeUTC ( )
static

Definition at line 204 of file TimeManager.cxx.