Документ взят из кэша поисковой машины. Адрес
оригинального документа
: http://astro.uni-altai.ru/~aw/stellarium/api/structTleData.html
Дата изменения: Unknown Дата индексирования: Fri Feb 28 07:21:13 2014 Кодировка: Поисковые слова: rigel |
Stellarium 0.12.3
|
Data structure containing unvalidated TLE set as read from a TLE list file. More...
#include <Satellites.hpp>
Public Attributes | |
QString | id |
NORAD catalog number, as extracted from the TLE set. More... | |
QString | name |
Human readable name, as extracted from the TLE title line. More... | |
QString | first |
QString | second |
bool | addThis |
Flag indicating whether this satellite should be added. More... | |
Data structure containing unvalidated TLE set as read from a TLE list file.
Definition at line 48 of file Satellites.hpp.
bool TleData::addThis |
Flag indicating whether this satellite should be added.
See Satellites::autoAddEnabled.
Definition at line 58 of file Satellites.hpp.
QString TleData::id |
NORAD catalog number, as extracted from the TLE set.
Definition at line 51 of file Satellites.hpp.
QString TleData::name |
Human readable name, as extracted from the TLE title line.
Definition at line 53 of file Satellites.hpp.