🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
EventTimeLinkTo.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstCore/EventTime.hpp"
25
#include <string>
26
27
AST_NAMESPACE_BEGIN
28
34
class
AST_CORE_API
EventTimeLinkTo
:
public
EventTime
35
{
36
public
:
37
static
EventTimeLinkTo
* New(
StringView
name,
StringView
absolutePath);
38
39
EventTimeLinkTo
(
StringView
name,
StringView
absolutePath);
40
EventTimeLinkTo
() =
default
;
41
~EventTimeLinkTo
() =
default
;
42
public
:
43
errc_t
getTime
(
TimePoint
& tp)
const override
;
44
protected
:
45
std::string name_;
46
std::string absolutePath_;
47
};
48
51
AST_NAMESPACE_END
ast::EventTimeLinkTo
定义
EventTimeLinkTo.hpp:35
ast::EventTime
事件时间
定义
EventTime.hpp:42
ast::EventTime::getTime
virtual errc_t getTime(TimePoint &tp) const =0
获取时间点
ast::StringViewBasic< char >
ast::TimePoint
绝对时间点
定义
TimePoint.hpp:106
src
AstCore
Time
Event
EventTime
EventTimeLinkTo.hpp
制作者
1.12.0