🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
DetectorAccess.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
EventDetector.hpp
"
25
26
AST_NAMESPACE_BEGIN
27
28
class
AST_CORE_API
DetectorAccess
:
public
EventDetector
29
{
30
public
:
31
AST_OBJECT(
DetectorAccess
)
32
DetectorAccess
() =
default
;
33
double
getValue
(
const
SpacecraftState
& state,
double
t)
const override
;
34
};
35
36
AST_NAMESPACE_END
EventDetector.hpp
~
ast::DetectorAccess
定义
DetectorAccess.hpp:29
ast::EventDetector
事件检测基类 事件检测基类,用于检测事件是否发生。 参考orekit的EventDetector类
定义
EventDetector.hpp:39
ast::EventDetector::getValue
virtual double getValue(const SpacecraftState &state, double t) const =0
获取事件检测开关函数的值
ast::SpacecraftState
航天器状态,包含轨道状态、航天器参数(质量、面积、阻力系数、光压、密度、压力、温度等)
定义
SpacecraftState.hpp:39
src
AstCore
Propagator
EventDetector
DetectorAccess.hpp
制作者
1.12.0