🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
GroundStation.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "
Facility.hpp
"
25
26
AST_NAMESPACE_BEGIN
27
34
class
AST_SIM_API
GroundStation
:
public
Facility
35
{
36
public
:
37
AST_OBJECT(
GroundStation
)
38
39
GroundStation
() =
default
;
40
~GroundStation
()
override
= default ;
41
};
42
43
46
AST_NAMESPACE_END
Facility.hpp
ast::Facility
设施对象
定义
Facility.hpp:39
ast::GroundStation
地面站
定义
GroundStation.hpp:35
src
AstSim
Object
GroundStation.hpp
制作者
1.12.0