🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
StateVector.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
Calculation.hpp
"
25
26
AST_NAMESPACE_BEGIN
27
28
29
class
AST_CALC_API
StateVector
:
public
Calculation
30
{
31
public
:
32
StateVector
() =
default
;
33
~StateVector
() =
default
;
34
errc_t evaluate(
const
TimePoint
& tp,
double
& result)
const override
;
35
};
36
37
AST_NAMESPACE_END
Calculation.hpp
~
ast::Calculation
计算量基类 该类是一个抽象类,不能直接实例化 具体的计算量类需要继承该类,并实现evaluate方法
定义
Calculation.hpp:35
ast::StateVector
定义
StateVector.hpp:30
ast::TimePoint
绝对时间点
定义
TimePoint.hpp:106
src
AstCalc
Calculations
StateVector.hpp
制作者
1.12.0