Class TLE¶ Defined in File tle.h Class Documentation¶ class TLE¶ Public Members std::string name¶ double epochYear¶ double epochDay¶ double epochTAI¶ double bstar¶ double inclination¶ double raan¶ double eccentricity¶ double argPerigee¶ double meanAnomaly¶ double meanMotion¶ int prn¶ Public Static Functions static TLE FromLines(const std::string &line1, const std::string &line2, const std::string &line3)¶ static std::vector<TLE> FromFile(const std::string &filename)¶