42 using BaseOrbitDesigner::getOrbitState;
58 double subsatellitePoint_{0};
59 double inclination_{0};
轨道设计器基类
定义 BaseOrbitDesigner.hpp:62
errc_t getOrbitState(CartState &cartState) const
获取轨道状态
定义 BaseOrbitDesigner.cpp:43
天体
定义 CelestialBody.hpp:52
修正轨道根数
定义 OrbitElement.hpp:127
静止轨道设计器
定义 StationaryOrbitDesigner.hpp:36
double getInclination() const
获取轨道倾角
定义 StationaryOrbitDesigner.hpp:50
void setSubsatellitePoint(double subsatellitePoint)
设置星下点经度
定义 StationaryOrbitDesigner.hpp:53
void setInclination(double inclination)
设置轨道倾角
定义 StationaryOrbitDesigner.hpp:56
double getSubsatellitePoint() const
获取星下点经度
定义 StationaryOrbitDesigner.hpp:47