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

#include <MotionBallistic.hpp>

+ 类 ast::MotionBallistic 继承关系图:

Public 成员函数

errc_t makeEphemerisSpec (ScopedPtr< Ephemeris > &eph) const override
 
errc_t makeEphemerisSimple (ScopedPtr< Ephemeris > &eph) const override
 
void accept (MotionProfileVisitor &visitor) override
 
void setLaunchTime (const TimePoint &time)
 
const TimePointgetLaunchTime () const
 
void setImpactTime (const TimePoint &time)
 
const TimePointgetImpactTime () const
 
void setLaunchPosition (double latitude, double longitude, double altitude)
 
double getLaunchLatitude () const
 
double getLaunchLongitude () const
 
double getLaunchAltitude () const
 
void setImpactPosition (double latitude, double longitude, double altitude)
 
double getImpactLatitude () const
 
double getImpactLongitude () const
 
double getImpactAltitude () const
 
void setLaunchVelocity (double velocity)
 
double getLaunchVelocity () const
 
void setLaunchAzimuth (double azimuth)
 
double getLaunchAzimuth () const
 
void setLaunchElevation (double elevation)
 
double getLaunchElevation () const
 
void setLaunchDuration (double duration)
 
double getLaunchDuration () const
 
void setLaunchType (int type)
 
int getLaunchType () const
 
void setLaunchControl (int control)
 
int getLaunchControl () const
 
void setLaunchApogeeAlt (double altitude)
 
double getLaunchApogeeAlt () const
 
- Public 成员函数 继承自 ast::MotionProfile
MotionHPOPtoHPOP () const
 
MotionTwoBodytoTwoBody () const
 
MotionSPICEtoSPICE () const
 
MotionBallistictoBallistic () const
 
MotionSimpleAscenttoSimpleAscent () const
 
- Public 成员函数 继承自 ast::ObjectNamed
 ObjectNamed ()=default
 
 ObjectNamed (StringView name)
 
const std::string & getName () const override
 
void setName (StringView name) override
 
- Public 成员函数 继承自 ast::Object
 Object (Object *parentScope)
 
 Object (std::nullptr_t)
 
 Object (initial_strong_ref_t)
 
virtual ClassgetType () const
 
virtual std::string getRepresentation () const
 
const std::string & name () const
 
errc_t showEditDialog ()
 
Attribute attr (StringView path)
 
errc_t getAttrBool (StringView path, bool &value) const
 
errc_t getAttrInt (StringView path, int &value) const
 
errc_t getAttrDouble (StringView path, double &value) const
 
errc_t getAttrString (StringView path, std::string &value) const
 
errc_t getAttrObject (StringView path, Object *&value) const
 
double getAttrDouble (StringView path) const
 
int getAttrInt (StringView path) const
 
bool getAttrBool (StringView path) const
 
std::string getAttrString (StringView path) const
 
ObjectgetAttrObject (StringView path) const
 
errc_t setAttrBool (StringView path, bool value)
 
errc_t setAttrInt (StringView path, int value)
 
errc_t setAttrDouble (StringView path, double value)
 
errc_t setAttrString (StringView path, StringView value)
 
errc_t setAttrObject (StringView path, Object *value)
 
Classtype () const
 
const std::string & typeName () const
 
PropertygetProperty (StringView fieldName) const
 
ObjectId getID () const
 
errc_t setParentScope (Object *parentScope)
 
ObjectgetParentScope () const
 
bool isOfType (const Class *type) const
 
bool isOfType (StringView typeName) const
 
template<typename T >
bool isOfType () const
 
uint32_t refCount () const
 
uint32_t weakRefCount () const
 
bool isDestructed () const
 
void destruct ()
 
uint32_t incWeakRef ()
 
uint32_t decWeakRef ()
 
uint32_t incRef ()
 
uint32_t decRef ()
 
uint32_t decRefNoDelete ()
 
template<typename Func >
void addDelayedLink (Func &&link)
 
template<typename Func >
void addDelayedLinkIfFailed (Func &&link)
 
void resolveLinks ()
 

静态 Public 成员函数

static MotionBallisticNew ()
 
- 静态 Public 成员函数 继承自 ast::Object
static ObjectResolve (StringView value)
 
static void ClassInit (Class *cls)
 
static ClassStaticType ()
 

额外继承的成员函数

- 静态 Public 属性 继承自 ast::Object
static Class staticType
 
- Protected 成员函数 继承自 ast::Object
 Object (const Object &obj)
 
Objectoperator= (const Object &)
 

详细描述

弹道运动模型,用于模拟弹道导弹运动

成员函数说明

◆ accept()

void ast::MotionBallistic::accept ( MotionProfileVisitor & visitor)
overridevirtual

接受访问者

参数
visitor访问者

实现了 ast::MotionProfile.

◆ getImpactAltitude()

double ast::MotionBallistic::getImpactAltitude ( ) const
inline

获取撞击高度

返回
撞击高度(米)

◆ getImpactLatitude()

double ast::MotionBallistic::getImpactLatitude ( ) const
inline

获取撞击纬度

返回
撞击纬度(度)

◆ getImpactLongitude()

double ast::MotionBallistic::getImpactLongitude ( ) const
inline

获取撞击经度

返回
撞击经度(度)

◆ getImpactTime()

const TimePoint & ast::MotionBallistic::getImpactTime ( ) const
inline

获取撞击时间

返回
撞击时间

◆ getLaunchAltitude()

double ast::MotionBallistic::getLaunchAltitude ( ) const
inline

获取发射高度

返回
发射高度(米)

◆ getLaunchApogeeAlt()

double ast::MotionBallistic::getLaunchApogeeAlt ( ) const
inline

获取近地点高度

返回
近地点高度(米)

◆ getLaunchAzimuth()

double ast::MotionBallistic::getLaunchAzimuth ( ) const
inline

获取发射方位角

返回
发射方位角(度)

◆ getLaunchControl()

int ast::MotionBallistic::getLaunchControl ( ) const
inline

获取发射控制

返回
发射控制

◆ getLaunchDuration()

double ast::MotionBallistic::getLaunchDuration ( ) const
inline

获取发射持续时间

返回
发射持续时间(秒)

◆ getLaunchElevation()

double ast::MotionBallistic::getLaunchElevation ( ) const
inline

获取发射仰角

返回
发射仰角(度)

◆ getLaunchLatitude()

double ast::MotionBallistic::getLaunchLatitude ( ) const
inline

获取发射纬度

返回
发射纬度(度)

◆ getLaunchLongitude()

double ast::MotionBallistic::getLaunchLongitude ( ) const
inline

获取发射经度

返回
发射经度(度)

◆ getLaunchTime()

const TimePoint & ast::MotionBallistic::getLaunchTime ( ) const
inline

获取发射时间

返回
发射时间

◆ getLaunchType()

int ast::MotionBallistic::getLaunchType ( ) const
inline

获取发射类型

返回
发射类型

◆ getLaunchVelocity()

double ast::MotionBallistic::getLaunchVelocity ( ) const
inline

获取发射速度

返回
发射速度(米/秒)

◆ makeEphemerisSimple()

errc_t ast::MotionBallistic::makeEphemerisSimple ( ScopedPtr< Ephemeris > & eph) const
overridevirtual

生成简单星历

参数
eph星历指针
返回
错误码

实现了 ast::MotionProfile.

◆ makeEphemerisSpec()

errc_t ast::MotionBallistic::makeEphemerisSpec ( ScopedPtr< Ephemeris > & eph) const
overridevirtual

生成特定星历

参数
eph星历指针
返回
错误码

实现了 ast::MotionProfile.

◆ setImpactPosition()

void ast::MotionBallistic::setImpactPosition ( double latitude,
double longitude,
double altitude )
inline

设置撞击位置

参数
latitude纬度(度)
longitude经度(度)
altitude高度(米)

◆ setImpactTime()

void ast::MotionBallistic::setImpactTime ( const TimePoint & time)
inline

设置撞击时间

参数
time撞击时间

◆ setLaunchApogeeAlt()

void ast::MotionBallistic::setLaunchApogeeAlt ( double altitude)
inline

设置近地点高度

参数
altitude近地点高度(米)

◆ setLaunchAzimuth()

void ast::MotionBallistic::setLaunchAzimuth ( double azimuth)
inline

设置发射方位角

参数
azimuth发射方位角(度)

◆ setLaunchControl()

void ast::MotionBallistic::setLaunchControl ( int control)
inline

设置发射控制

参数
control发射控制

◆ setLaunchDuration()

void ast::MotionBallistic::setLaunchDuration ( double duration)
inline

设置发射持续时间

参数
duration发射持续时间(秒)

◆ setLaunchElevation()

void ast::MotionBallistic::setLaunchElevation ( double elevation)
inline

设置发射仰角

参数
elevation发射仰角(度)

◆ setLaunchPosition()

void ast::MotionBallistic::setLaunchPosition ( double latitude,
double longitude,
double altitude )
inline

设置发射位置

参数
latitude纬度(度)
longitude经度(度)
altitude高度(米)

◆ setLaunchTime()

void ast::MotionBallistic::setLaunchTime ( const TimePoint & time)
inline

设置发射时间

参数
time发射时间

◆ setLaunchType()

void ast::MotionBallistic::setLaunchType ( int type)
inline

设置发射类型

参数
type发射类型

◆ setLaunchVelocity()

void ast::MotionBallistic::setLaunchVelocity ( double velocity)
inline

设置发射速度

参数
velocity发射速度(米/秒)

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