COSMOS core  1.0.2 (beta)
Comprehensive Open-architecture Solution for Mission Operations Systems
ephemlib.h File Reference

ephemlib include file JPL Ephemeris. More...

#include "math/mathlib.h"
#include "support/convertdef.h"
Include dependency graph for ephemlib.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

int32_t jplnut (double utc, double nuts[])
 Nutations from JPL Ephemeris. More...
 
int32_t jplpos (long from, long to, double utc, cartpos *pos)
 Position from JPL Ephemeris. More...
 
int32_t jplpos (long from, long to, double utc, cartpos &pos)
 
int32_t jpllib (double utc, rmatrix *rm, rmatrix *drm)
 Librations from JPL Ephemeris. More...
 
int32_t jpllib (double utc, rmatrix &rm, rmatrix &drm)
 
int32_t jplopen ()
 

Detailed Description

ephemlib include file JPL Ephemeris.