🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
MoverLoader.cpp 文件参考
#include "MoverLoader.hpp"
#include "CommonlyUsedHeaders.hpp"
#include "MotionTwoBodySax.hpp"
#include "MotionJ2AnalyticalSax.hpp"
#include "MotionJ4AnalyticalSax.hpp"
#include "MotionHPOPSax.hpp"
#include "AstCore/STKEphemerisFileParser.hpp"
#include "AstLoader/ValXMLLoader.hpp"
#include "AstLoader/MissionCommandLoader.hpp"
#include "AstScript/Value.hpp"
#include "AstSim/MotionBallistic.hpp"
#include "AstSim/MotionSimpleAscent.hpp"
#include "AstSim/MotionGreatArc.hpp"
#include "AstSim/MotionExternalEphemeris.hpp"
#include "AstSim/MotionSGP4.hpp"
#include "AstSim/MotionMissionCommand.hpp"
#include "AstUtil/Literals.hpp"
#include "AstUtil/StringUtil.hpp"

命名空间

namespace  ast
 

函数

errc_t ast::_aLoadTwoBody (BKVParser &parser, const VehiclePathData &vehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadJ2Perturbation (BKVParser &parser, const VehiclePathData &VehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadJ4Perturbation (BKVParser &parser, const VehiclePathData &VehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadSGP4 (BKVParser &parser, const VehiclePathData &vehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadHPOP (BKVParser &parser, const VehiclePathData &vehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadSPICE (BKVParser &parser, const VehiclePathData &vehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadBallistic (BKVParser &parser, const VehiclePathData &vehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadSimpleAscent (BKVParser &parser, const VehiclePathData &vehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadGreatArc (BKVParser &parser, const VehiclePathData &vehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadExternExternalEphemeris (BKVParser &parser, const VehiclePathData &VehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadAstrogator (BKVParser &parser, const VehiclePathData &VehiclePathData, ScopedPtr< MotionProfile > &motionProfile)
 
errc_t ast::_aLoadPassDefn (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadVehiclePath (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadEphemeris (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadMassProperties (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadAttitude (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadSwath (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadEclipse (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadRealTimeDef (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadExtensions (BKVParser &parser, Mover &mover)
 
errc_t ast::_aLoadMover (BKVParser &parser, StringView moverType, Mover &mover)
 
errc_t ast::_aLoadSatellite (BKVParser &parser, Mover &mover)
 
errc_t ast::aLoadMover (StringView filepath, Mover &mover)
 

详细描述



作者
axel
日期
2026-03-13

SpaceAST项目(https://github.com/space-ast/ast) 本项目基于 Apache 2.0 开源许可证分发。 您可在遵守许可证条款的前提下使用、修改和分发本软件。 许可证全文请见:

http://www.apache.org/licenses/LICENSE-2.0

重要须知: 软件按"现有状态"提供,无任何明示或暗示的担保条件。 除非法律要求或书面同意,作者与贡献者不承担任何责任。 使用本软件所产生的风险,需由您自行承担。