24#include "AstCore/FuncBlock.hpp"
28constexpr const char* kIdentifierPos =
"Pos";
29constexpr const char* kIdentifierVel =
"Vel";
30constexpr const char* kIdentifierAcc =
"Acc";
31constexpr const char* kIdentifierAccTwoBody =
"AccTwoBody";
32constexpr const char* kIdentifierAccThirdBody =
"AccThirdBody";
33constexpr const char* kIdentifierAccGravity =
"AccGravity";
34constexpr const char* kIdentifierAccGravityPert =
"AccGravityPert";
35constexpr const char* kIdentifierAccRelativity =
"AccRelativity";
36constexpr const char* kIdentifierAccDrag =
"AccDrag";
37constexpr const char* kIdentifierAccSRP =
"AccSRP";
39using BlockAstro = FuncBlock;