24#include "AstUtil/Object.hpp"
25#include "AstUtil/ObjectNamed.hpp"
37using PMissianCommand = MissionCommand*;
38using HMissionCommand = SharedPtr<MissionCommand>;
任务命令(虚基类),用于定义任务序列中的任务命令,例如初始状态、轨道机动、轨道预报等
定义 MissionCommand.hpp:44
EControlCommand
控制命令
定义 MissionCommand.hpp:50
virtual errc_t execute() override=0
执行任务