24#include "AstUtil/Object.hpp"
25#include "AstUtil/ObjectNamed.hpp"
26#include "AstCore/Command.hpp"
35using HTargeterProfile = SharedPtr<TargeterProfile>;
36using PTargeterProfile = TargeterProfile*;
45 virtual errc_t execute() override = 0;
命令(虚基类),用于定义任务序列中的命令,例如初始状态、轨道机动、轨道预报等
定义 Command.hpp:42
目标器配置文件基类
定义 TargeterProfile.hpp:40