Stellarium 0.14.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 92 of file Satellites.hpp.
bool TleData::addThis |
Flag indicating whether this satellite should be added.
See Satellites::autoAddEnabled.
Definition at line 102 of file Satellites.hpp.
QString TleData::id |
NORAD catalog number, as extracted from the TLE set.
Definition at line 95 of file Satellites.hpp.
QString TleData::name |
Human readable name, as extracted from the TLE title line.
Definition at line 97 of file Satellites.hpp.