#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.
|
| static void | tieStar (const char *prop, Star *s, double(Star::*getter)() const) |
| |
| static void | tieMoonPos (const char *prop, MoonPos *s, double(MoonPos::*getter)() const) |
| |
◆ tieMoonPos()
| static void tieMoonPos |
( |
const char * | prop, |
|
|
MoonPos * | s, |
|
|
double(MoonPos::* | getter )() const ) |
|
static |
◆ tieStar()
| static void tieStar |
( |
const char * | prop, |
|
|
Star * | s, |
|
|
double(Star::* | getter )() const ) |
|
static |
◆ registrantEphemeris
| SGSubsystemMgr::Registrant<Ephemeris> registrantEphemeris |