|
WSF
|
#include <WsfNORAD_Util.hpp>
Public Member Functions | |
| tle_t (const UtTwoLineElement &aTLE) | |
| ~tle_t () | |
Public Attributes | |
| double | epoch |
| double | xndt2o |
| double | xndd6o |
| 1st time derivative of mean motion | |
| double | bstar |
| 2nd time derivative of mean motion | |
| double | xincl |
| "bstar" drag term | |
| double | xnodeo |
| inclination | |
| double | eo |
| right ascension of the ascending node (RAAN) | |
| double | omegao |
| eccentricity | |
| double | xmo |
| argument of the periapsis | |
| double | xno |
| mean anomaly | |
The tle_t (Two Line Element - type) sructure used by the NORAD utilities. This implementation maps directly to a UtTwoLineElement instance.
|
inlineexplicit |
|
inline |
| double WsfNORAD_Util::tle_t::bstar |
2nd time derivative of mean motion
Referenced by WsfNORAD_Util::sxpx_common_init(), and tle_t().
| double WsfNORAD_Util::tle_t::eo |
right ascension of the ascending node (RAAN)
Referenced by WsfNORAD_Util::Deep_dpinit(), WsfNORAD_Util::Deep_dpsec(), WsfNORAD_Util::sxpx_common_init(), and tle_t().
| double WsfNORAD_Util::tle_t::epoch |
Referenced by WsfNORAD_Util::Deep_dpinit(), and tle_t().
| double WsfNORAD_Util::tle_t::omegao |
eccentricity
Referenced by WsfNORAD_Util::Deep_dpinit(), WsfNORAD_Util::sxpx_common_init(), and tle_t().
| double WsfNORAD_Util::tle_t::xincl |
"bstar" drag term
Referenced by WsfNORAD_Util::Deep_dpinit(), WsfNORAD_Util::Deep_dpsec(), WsfNORAD_Util::sxpx_common_init(), and tle_t().
| double WsfNORAD_Util::tle_t::xmo |
argument of the periapsis
Referenced by WsfNORAD_Util::Deep_dpinit(), and tle_t().
| double WsfNORAD_Util::tle_t::xndd6o |
1st time derivative of mean motion
Referenced by tle_t().
| double WsfNORAD_Util::tle_t::xndt2o |
the Julian date of the TLE epoch (referenced to UTC) (in days since 12:00:00 UTC on 1 January 4713 BC; gives t0).
Referenced by tle_t().
| double WsfNORAD_Util::tle_t::xno |
mean anomaly
Referenced by WsfNORAD_Util::sxpx_common_init(), and tle_t().
| double WsfNORAD_Util::tle_t::xnodeo |
inclination
Referenced by WsfNORAD_Util::Deep_dpinit(), and tle_t().