Define default orbit structures and do other initialisation. More...
Functions | |
const char * | ae_retcode_string (int retcode) |
For returning human readable return codes. More... | |
Variables | |
struct ae_orbit_t | ae_orb_mercury |
Default orbital parameters for Mercury. More... | |
struct ae_orbit_t | ae_orb_venus |
Default orbital parameters for Venus. More... | |
struct ae_orbit_t | ae_orb_earth |
Default orbital parameters for Earth. More... | |
struct ae_orbit_t | ae_orb_mars |
Default orbital parameters for Mars. More... | |
struct ae_orbit_t | ae_orb_jupiter |
Default orbital parameters for Jupiter. More... | |
struct ae_orbit_t | ae_orb_saturn |
Default orbital parameters for Saturn. More... | |
struct ae_orbit_t | ae_orb_uranus |
Default orbital parameters for Uranus. More... | |
struct ae_orbit_t | ae_orb_neptune |
Default orbital parameters for Neptune. More... | |
struct ae_orbit_t | ae_orb_pluto |
Default orbital parameters for Pluto. More... | |
struct ae_orbit_t * | ae_orb_planet [] |
Pointers to the planetary orbit objects. More... | |
struct ae_physical_t * | ae_phys_planet [] |
Pointers to the planetary physical information objects. More... | |
const char * | ae_ss_name [] |
The names of the solar system bodies. More... | |
const char * | ae_retcode_name [] |
Human readable strings describing return codes. More... | |
Define default orbit structures and do other initialisation.
const char* ae_retcode_string | ( | int | retcode | ) |
For returning human readable return codes.
retcode | A return code. The absolute value will be used, so either a negative or positive number may be passed. |
References ae_retcode_name.
struct ae_orbit_t ae_orb_earth |
struct ae_orbit_t ae_orb_jupiter |
struct ae_orbit_t ae_orb_mars |
struct ae_orbit_t ae_orb_mercury |
struct ae_orbit_t ae_orb_neptune |
struct ae_orbit_t* ae_orb_planet[] |
Pointers to the planetary orbit objects.
The indices correspond to ae_ss_bodies_t.
struct ae_orbit_t ae_orb_pluto |
struct ae_orbit_t ae_orb_saturn |
struct ae_orbit_t ae_orb_uranus |
struct ae_orbit_t ae_orb_venus |
struct ae_physical_t* ae_phys_planet[] |
Pointers to the planetary physical information objects.
The indices correspond to ae_ss_bodies_t.
const char* ae_retcode_name[] |
Human readable strings describing return codes.
Referenced by ae_retcode_string().
const char* ae_ss_name[] |
The names of the solar system bodies.
The indices correspond to ae_ss_bodies_t.
AEPHEM documentation generated by Doxygen v1.8.9.1 at Sat Aug 1 2015 15:02:46. |