🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
StopCondition.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
EventDetector.hpp
"
25
26
AST_NAMESPACE_BEGIN
27
28
/*
29
GMAT的StopCondition 和 orekit的EventDetector有什么区别?
30
*/
31
34
class
AST_CORE_API
StopCondition
:
public
EventDetector
35
{
36
public
:
37
StopCondition
() =
default
;
38
virtual
~StopCondition
() =
default
;
39
};
40
41
42
43
AST_NAMESPACE_END
EventDetector.hpp
~
ast::EventDetector
事件检测基类 事件检测基类,用于检测事件是否发生。 参考orekit的EventDetector类
定义
EventDetector.hpp:38
ast::StopCondition
停止条件检测基类 参考GMAT的StopCondition类
定义
StopCondition.hpp:35
src
AstCore
Propagator
EventDetector
StopCondition.hpp
制作者
1.12.0