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