|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include "AstGlobal.h"#include "AstCore/FuncBlock.hpp"命名空间 | |
| namespace | ast |
类型定义 | |
| using | ast::BlockAstro = FuncBlock |
变量 | |
信号标识符常量 | |
用于函数块之间端口自动连接的信号名称标识符 每个常量对应一个信号通道,BlockDynamicSystem 通过匹配输入/输出端口的标识符名称, 自动建立函数块之间的信号连接。新增力模型时,需在此定义其加速度信号的标识符。 | |
| constexpr const char * | ast::kIdentifierPos = "Pos" |
| constexpr const char * | ast::kIdentifierVel = "Vel" |
| constexpr const char * | ast::kIdentifierMass = "Mass" |
| constexpr const char * | ast::kIdentifierSTM = "StateTransitionMatrix" |
| constexpr const char * | ast::kIdentifierAMatrix = "AMatrix" |
| constexpr const char * | ast::kIdentifierAcc = "Acc" |
| constexpr const char * | ast::kIdentifierAccTwoBody = "AccTwoBody" |
| constexpr const char * | ast::kIdentifierAccThirdBody = "AccThirdBody" |
| constexpr const char * | ast::kIdentifierAccGravity = "AccGravity" |
| constexpr const char * | ast::kIdentifierAccGravityPert = "AccGravityPert" |
| constexpr const char * | ast::kIdentifierAccRelativity = "AccRelativity" |
| constexpr const char * | ast::kIdentifierAccDrag = "AccDrag" |
| constexpr const char * | ast::kIdentifierAccSRP = "AccSRP" |
| constexpr const char * | ast::kIdentifierStateSensitivityWrtDrag = "StateSensitivityWrtDrag" |
| constexpr const char * | ast::kIdentifierStateSensitivityWrtSRP = "StateSensitivityWrtSRP" |
| constexpr const char * | ast::kIdentifierAccSensitivityWrtDrag = "AccSensitivityWrtDrag" |
| constexpr const char * | ast::kIdentifierAccSensitivityWrtSRP = "AccSensitivityWrtSRP" |
~
~
ast项目(https://github.com/space-ast/ast) 本项目基于 Apache 2.0 开源许可证分发。 您可在遵守许可证条款的前提下使用、修改和分发本软件。 许可证全文请见:
http://www.apache.org/licenses/LICENSE-2.0
重要须知: 软件按"现有状态"提供,无任何明示或暗示的担保条件。 除非法律要求或书面同意,作者与贡献者不承担任何责任。 使用本软件所产生的风险,需由您自行承担。