🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
RunTimeSpice.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
25
AST_NAMESPACE_BEGIN
26
34
AST_CORE_CAPI
35
errc_t aSpiceGetPosICRF(
36
const
TimePoint& time,
37
int
target,
38
int
referenceBody,
39
Vector3d& pos
40
);
41
42
43
AST_CORE_CAPI
44
errc_t aSpiceGetPosVelICRF(
45
const
TimePoint& time,
46
int
target,
47
int
referenceBody,
48
Vector3d& pos,
49
Vector3d& vel
50
);
51
52
59
AST_CORE_CAPI
60
errc_t
aSpiceGetInterval
(
61
StringView filepath,
62
int
target,
63
TimeInterval& interval
64
);
65
68
AST_NAMESPACE_END
ast::aSpiceGetInterval
AST_CORE_CAPI errc_t aSpiceGetInterval(StringView filepath, int target, TimeInterval &interval)
获取目标体的时间间隔
定义
JplSpk.cpp:105
src
AstCore
Data
Context
RunTimeSpice.hpp
制作者
1.12.0