Commit 1f39e56e authored by Alexander Lapshin's avatar Alexander Lapshin

minor class interface changes

parent ebd27a08
...@@ -18,6 +18,7 @@ public: ...@@ -18,6 +18,7 @@ public:
bool is_addon() const { return m_addon; } bool is_addon() const { return m_addon; }
double get_age() const { return m_age; } double get_age() const { return m_age; }
bool has_rnb() const { return m_has_rnb; } bool has_rnb() const { return m_has_rnb; }
const std::string& get_orbit_id() const { return m_orbitid; }
private: private:
std::string m_orbitid; std::string m_orbitid;
Vect6 m_vec; Vect6 m_vec;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment