25#include "AstCore/TimePoint.hpp"
38 const TimePoint& goal()
const{
return goal_;}
事件检测基类 事件检测基类,用于检测事件是否发生。 参考orekit的EventDetector类
定义 EventDetector.hpp:39
virtual double getValue(const SpacecraftState &state, double t) const =0
获取事件检测开关函数的值
virtual double getDifference(const SpacecraftState &state, double t) const
获取事件检测开关函数与目标值的差值
定义 EventDetector.hpp:54
航天器状态,包含轨道状态、航天器参数(质量、面积、阻力系数、光压、密度、压力、温度等)
定义 SpacecraftState.hpp:39
绝对时间点
定义 TimePoint.hpp:107