🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::HPOPStateMapper类 参考final
+ 类 ast::HPOPStateMapper 继承关系图:

Public 成员函数

void toState (const double *y, double x, SpacecraftState &state) const override
 
void fromState (const SpacecraftState &state, double *y, double &x) const override
 
- Public 成员函数 继承自 ast::StateMapper
void toTime (double x, TimePoint &time) const
 
void fromTime (const TimePoint &time, double &x) const
 
const TimePointepoch () const
 
void setEpoch (TimePoint epoch)
 

成员函数说明

◆ fromState()

void ast::HPOPStateMapper::fromState ( const SpacecraftState & state,
double * y,
double & x ) const
inlineoverridevirtual

将状态量映射到状态向量

参数
[in]state航天器状态
[out]y状态向量指针

实现了 ast::StateMapper.

◆ toState()

void ast::HPOPStateMapper::toState ( const double * y,
double x,
SpacecraftState & state ) const
inlineoverridevirtual

将状态向量映射到状态量

参数
[in]y状态向量指针
[out]state航天器状态

实现了 ast::StateMapper.


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