🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::SpacecraftState类 参考

#include <SpacecraftState.hpp>

Public 成员函数

double getMass () const
 
void setMass (double mass)
 
const StategetOrbitState () const
 
void setOrbitState (State *orbitState)
 

Protected 属性

HState orbitState_
 
double mass_
 

详细描述

空间飞行器状态量

成员函数说明

◆ getMass()

double ast::SpacecraftState::getMass ( ) const
inline

获取质量

返回
质量

◆ getOrbitState()

const State * ast::SpacecraftState::getOrbitState ( ) const
inline

获取轨道状态

返回
轨道状态

◆ setMass()

void ast::SpacecraftState::setMass ( double mass)
inline

设置质量

参数
mass质量

◆ setOrbitState()

void ast::SpacecraftState::setOrbitState ( State * orbitState)
inline

设置轨道状态

参数
orbitState轨道状态

该类的文档由以下文件生成: