#include "SpiceAPI.hpp"
#include "AstUtil/StringView.hpp"
#include "AstUtil/LibraryLoader.hpp"
#include "AstCore/RunTimeConfig.hpp"
#include "AstUtil/Logger.hpp"
#include "AstUtil/LocaleGuard.hpp"
#include "AstUtil/Encode.hpp"
|
|
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) |
| |
|
void | ast::spiceproto::kclear_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
- 版权所有
- 版权所有 (C) 2026-present, ast项目.
SpaceAST项目(https://github.com/space-ast/ast) 本项目基于 Apache 2.0 开源许可证分发。 您可在遵守许可证条款的前提下使用、修改和分发本软件。 许可证全文请见:
http://www.apache.org/licenses/LICENSE-2.0
重要须知: 软件按"现有状态"提供,无任何明示或暗示的担保条件。 除非法律要求或书面同意,作者与贡献者不承担任何责任。 使用本软件所产生的风险,需由您自行承担。