marble
sgp4unit.h File Reference
#include <math.h>
#include <stdio.h>
Include dependency graph for sgp4unit.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Classes | |
struct | elsetrec |
Macros | |
#define | M_PI 3.14159265358979323846 |
#define | SGP4Version "SGP4 Version 2008-11-03" |
Typedefs | |
typedef struct elsetrec | elsetrec |
Enumerations | |
enum | gravconsttype { wgs72old, wgs72, wgs84 } |
Functions | |
void | getgravconst (gravconsttype whichconst, double &tumin, double &mu, double &radiusearthkm, double &xke, double &j2, double &j3, double &j4, double &j3oj2) |
double | gstime (double jdut1) |
bool | sgp4 (gravconsttype whichconst, elsetrec &satrec, double tsince, double r[3], double v[3]) |
bool | sgp4init (gravconsttype whichconst, char opsmode, const int satn, const double epoch, const double xbstar, const double xecco, const double xargpo, const double xinclo, const double xmo, const double xno, const double xnodeo, elsetrec &satrec) |
Macro Definition Documentation
#define M_PI 3.14159265358979323846 |
Definition at line 52 of file sgp4unit.h.
#define SGP4Version "SGP4 Version 2008-11-03" |
Definition at line 49 of file sgp4unit.h.
Typedef Documentation
Enumeration Type Documentation
enum gravconsttype |
Enumerator | |
---|---|
wgs72old | |
wgs72 | |
wgs84 |
Definition at line 56 of file sgp4unit.h.
Function Documentation
void getgravconst | ( | gravconsttype | whichconst, |
double & | tumin, | ||
double & | mu, | ||
double & | radiusearthkm, | ||
double & | xke, | ||
double & | j2, | ||
double & | j3, | ||
double & | j4, | ||
double & | j3oj2 | ||
) |
Definition at line 2058 of file sgp4unit.cpp.
double gstime | ( | double | jdut1 | ) |
Definition at line 2007 of file sgp4unit.cpp.
bool sgp4 | ( | gravconsttype | whichconst, |
elsetrec & | satrec, | ||
double | tsince, | ||
double | r[3], | ||
double | v[3] | ||
) |
Definition at line 1695 of file sgp4unit.cpp.
bool sgp4init | ( | gravconsttype | whichconst, |
char | opsmode, | ||
const int | satn, | ||
const double | epoch, | ||
const double | xbstar, | ||
const double | xecco, | ||
const double | xargpo, | ||
const double | xinclo, | ||
const double | xmo, | ||
const double | xno, | ||
const double | xnodeo, | ||
elsetrec & | satrec | ||
) |
Definition at line 1338 of file sgp4unit.cpp.
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:13:43 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.