24#include "AstCore/EventInterval.hpp"
25#include "AstCore/TimeInterval.hpp"
34class EventIntervalExplicit;
35using PEventIntervalExplicit = EventIntervalExplicit*;
36using HEventIntervalExplicit = SharedPtr<EventIntervalExplicit>;
定义 EventIntervalExplicit.hpp:39
TimeInterval interval_
事件时间段
定义 EventIntervalExplicit.hpp:50
事件时间段
定义 EventInterval.hpp:41
virtual errc_t getInterval(TimeInterval &interval) const =0
获取时间段
时间区间
定义 TimeInterval.hpp:60
绝对时间点
定义 TimePoint.hpp:106