FlightGear next
ephemeris.cxx File Reference
#include <Environment/ephemeris.hxx>
#include <simgear/timing/sg_time.hxx>
#include <simgear/ephemeris/ephemeris.hxx>
#include <Main/globals.hxx>

Go to the source code of this file.

Functions

static void tieStar (const char *prop, Star *s, double(Star::*getter)() const)
 
static void tieMoonPos (const char *prop, MoonPos *s, double(MoonPos::*getter)() const)
 

Variables

SGSubsystemMgr::Registrant< EphemerisregistrantEphemeris
 

Function Documentation

◆ tieMoonPos()

static void tieMoonPos ( const char * prop,
MoonPos * s,
double(MoonPos::* getter )() const )
static

Definition at line 35 of file ephemeris.cxx.

◆ tieStar()

static void tieStar ( const char * prop,
Star * s,
double(Star::* getter )() const )
static

Definition at line 30 of file ephemeris.cxx.

Variable Documentation

◆ registrantEphemeris

SGSubsystemMgr::Registrant<Ephemeris> registrantEphemeris

Definition at line 106 of file ephemeris.cxx.