🛰️航天仿真算法库 SpaceAST
0.0.1
载入中...
搜索中...
未找到
ScStateCalcVy.hpp
浏览该文件的文档.
1
20
21
#pragma once
22
23
#include "AstGlobal.h"
24
#include "AstCore/ScStateCalculation.hpp"
25
#include "AstCore/ScStateCalcFrameRelated.hpp"
26
27
AST_NAMESPACE_BEGIN
28
34
class
AST_CORE_API
ScStateCalcVy
:
public
ScStateCalcFrameRelated
35
{
36
public
:
37
errc_t calculate(
const
ScState
& state,
double
& result)
override
;
38
};
39
42
AST_NAMESPACE_END
ast::ScStateCalcFrameRelated
定义
ScStateCalcFrameRelated.hpp:35
ast::ScStateCalcVy
定义
ScStateCalcVy.hpp:35
ast::SpacecraftState
航天器状态,包含轨道状态、质量、面积、阻力系数、光压、密度、压力、温度等属性
定义
SpacecraftState.hpp:38
src
AstCore
Orbit
Calculation
ScStateCalculation
CartesianElements
ScStateCalcVy.hpp
制作者
1.12.0