🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
SpiceApi.cpp 文件参考
#include "SpiceApi.hpp"
#include "AstUtil/StringView.hpp"
#include "AstUtil/LibraryLoader.hpp"
#include "AstCore/RunTimeConfig.hpp"
#include "AstUtil/Logger.hpp"

命名空间

namespace  ast
 

类型定义

typedef long ast::spiceproto::SpiceInt
 
typedef const char ast::spiceproto::ConstSpiceChar
 
typedef double ast::spiceproto::SpiceDouble
 
typedef char ast::spiceproto::SpiceChar
 
typedef int ast::spiceproto::SpiceBoolean
 

函数

void ast::spiceproto::furnsh_c (ConstSpiceChar *file)
 
void ast::spiceproto::spkgeo_c (SpiceInt targ, SpiceDouble et, ConstSpiceChar *ref, SpiceInt obs, SpiceDouble state[6], SpiceDouble *lt)
 
void ast::spiceproto::spklef_c (ConstSpiceChar *filename, SpiceInt *handle)
 
void ast::spiceproto::spkuef_c (SpiceInt handle)
 
void ast::spiceproto::ktotal_c (ConstSpiceChar *kind, SpiceInt *count)
 
void ast::spiceproto::bodc2n_c (SpiceInt code, SpiceInt namelen, SpiceChar *name, SpiceBoolean *found)
 
void ast::spiceproto::erract_c (ConstSpiceChar *operation, SpiceInt lenout, SpiceChar *action)
 
SpiceBoolean ast::spiceproto::failed_c (void)
 
void ast::spiceproto::reset_c (void)
 
int ast::funcarray_loadedfunc (const SpiceApi::funcarray &funcs)
 
bool ast::funcarray_isfull (const SpiceApi::funcarray &funcs)
 

变量

const char * ast::kSpiceUnloadError = "spice library not loaded, call SpiceApi::load first"
 

详细描述



作者
axel
日期
2026-03-22

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

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

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