24#include "MotionOrbitDynamicsSax.hpp"
36 using MotionOrbitDynamicsSax::MotionOrbitDynamicsSax;
43 double radiusOfPerigee_ = 0.0;
44 double inclination_ = 0.0;
45 double eccentricity_ = 0.0;
46 double argOfPerigee_ = 0.0;
47 double rightAscension_ = 0.0;
48 double trueAnomaly_ = 0.0;
49 double timeStep_ = 0.0;
50 std::string orbElemCoordSys_;
52 std::string propagationCoordSys_;
54 int displayCoordType_ = 0;
55 std::string displayCoordSys_;
定义 MotionOrbitDynamicsKeplerianSax.hpp:34
定义 MotionOrbitDynamicsSax.hpp:41
errc_t keyValue(StringView key, const ValueView &value) override
迭代解析一个键值对
定义 MotionOrbitDynamicsSax.cpp:46
轨道动力学基础运动模型数据结构
定义 MotionOrbitDynamics.hpp:44
作用域指针类
定义 ScopedPtr.hpp:65