🛰️航天仿真算法库 SpaceAST 0.0.1
载入中...
搜索中...
未找到
ast::TLELines类 参考

#include <TLELines.hpp>

Public 成员函数

bool empty () const
 
const std::string & name () const
 
std::string & name ()
 
const std::string & line1 () const
 
std::string & line1 ()
 
const std::string & line2 () const
 
std::string & line2 ()
 

详细描述

TLE 原始行文本

存储一组 NORAD 两行根数的原始文本,包含卫星名称和两行轨道数据。 TLE 格式规范参见 https://celestrak.org/NORAD/documentation/tle-fmt.php 可通过 name()/line1()/line2() 访问,empty() 判断是否有效。


该类的文档由以下文件生成: