🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
DetectorApoapsis.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
DetectorBodyRelated.hpp
"
25
26
AST_NAMESPACE_BEGIN
27
35
class
AST_CORE_API
DetectorApoapsis
:
public
DetectorBodyRelated
36
{
37
public
:
38
AST_OBJECT(
DetectorApoapsis
)
39
40
static
DetectorApoapsis
* New();
41
42
DetectorApoapsis
();
43
44
double
getValue
(
const
SpacecraftState
& state,
double
t)
const override
;
45
};
46
47
50
AST_NAMESPACE_END
51
DetectorBodyRelated.hpp
ast::DetectorApoapsis
近心点事件检测器
定义
DetectorApoapsis.hpp:36
ast::DetectorBodyRelated
定义
DetectorBodyRelated.hpp:36
ast::EventDetector::getValue
virtual double getValue(const SpacecraftState &state, double t) const =0
获取事件检测开关函数的值
ast::SpacecraftState
航天器状态,包含轨道状态、质量、面积、阻力系数、光压、密度、压力、温度等属性
定义
SpacecraftState.hpp:38
src
AstCore
Propagator
EventDetector
DetectorApoapsis.hpp
制作者
1.12.0