🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
TargeterProfile.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstUtil/Object.hpp"
25
#include "AstUtil/ObjectNamed.hpp"
26
#include "AstCore/Command.hpp"
27
#include <vector>
28
#include <string>
29
30
AST_NAMESPACE_BEGIN
31
32
33
class
TargeterProfile;
34
35
using
HTargeterProfile = SharedPtr<TargeterProfile>;
36
using
PTargeterProfile = TargeterProfile*;
37
39
class
AST_CORE_API
TargeterProfile
:
public
Command
40
{
41
public
:
42
AST_OBJECT(
TargeterProfile
)
43
44
45
virtual errc_t execute() = 0;
46
47
TargeterProfile
() = default;
48
~
TargeterProfile
() override = default;
49
};
50
51
52
53
54
55
AST_NAMESPACE_END
ast::Command
定义
Command.hpp:34
ast::TargeterProfile
目标器配置文件基类
定义
TargeterProfile.hpp:40
src
AstCore
Orbit
Mission
Profile
TargeterProfile.hpp
制作者
1.12.0