|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <TLE.hpp>
Public 成员函数 | |
| TLE (const TLE &)=default | |
| TLE & | operator= (const TLE &)=default |
| TLE (TLE &&)=default | |
| TLE & | operator= (TLE &&)=default |
| bool | enabled () const |
| void | setEnabled (bool v) |
| ETLESource | source () const |
| void | setSource (ETLESource v) |
| ESwitchMethod | switchMethod () const |
| void | setSwitchMethod (ESwitchMethod v) |
| const TimePoint & | switchEpoch () const |
| void | setSwitchEpoch (const TimePoint &v) |
| const TLELines & | lines () const |
| TLELines & | lines () |
| const TimePoint & | epochTime () const |
| void | setEpochTime (const TimePoint &v) |
| double | meanMotionDot () const |
| void | setMeanMotionDot (double v) |
| double | motionDotDot () const |
| void | setMotionDotDot (double v) |
| double | bstar () const |
| void | setBstar (double v) |
| double | inclination () const |
| void | setInclination (double v) |
| double | rightAscenOfNode () const |
| void | setRightAscenOfNode (double v) |
| double | eccentricity () const |
| void | setEccentricity (double v) |
| double | argOfPerigee () const |
| void | setArgOfPerigee (double v) |
| double | meanAnomaly () const |
| void | setMeanAnomaly (double v) |
| double | meanMotion () const |
| void | setMeanMotion (double v) |
| int | revNumber () const |
| void | setRevNumber (int v) |
| int | ephType () const |
| void | setEphType (int v) |
| int | noradId () const |
| void | setNoradId (int v) |
| int | elementNumber () const |
| void | setElementNumber (int v) |
| char | classification () const |
| void | setClassification (char v) |
静态 Public 成员函数 | |
| static TLE | FromLines (const TLELines &lines) |
| static TLE | FromLines (StringView l1, StringView l2) |
两行根数(TLE)
存储从 TLE 文本解析出的轨道根数及元数据。