|
🛰️航天仿真算法库 SpaceAST 0.0.1
|
#include <SatelliteDatabaseEntry.hpp>
Public 成员函数 | |
| SatelliteDatabaseEntry (StringView commonName, StringView mission) | |
| SatelliteDatabaseEntry (const SatelliteDatabaseEntry &)=default | |
| SatelliteDatabaseEntry & | operator= (const SatelliteDatabaseEntry &)=default |
| SatelliteDatabaseEntry (SatelliteDatabaseEntry &&)=default | |
| SatelliteDatabaseEntry & | operator= (SatelliteDatabaseEntry &&)=default |
| const std::string & | commonName () const |
| std::string & | commonName () |
| const std::string & | mission () const |
| std::string & | mission () |
| const std::string & | internationalDesignator () const |
| void | setInternationalDesignator (StringView v) |
| int | noradCatId () const |
| void | setNoradCatId (int v) |
| bool | isPayload () const |
| void | setPayload (bool v) |
| const std::string & | owner () const |
| void | setOwner (StringView v) |
| const std::string & | launchDate () const |
| void | setLaunchDate (StringView v) |
| const std::string & | launchSite () const |
| void | setLaunchSite (StringView v) |
| const std::string & | decayDate () const |
| void | setDecayDate (StringView v) |
| double | period () const |
| void | setPeriod (double v) |
| double | inclination () const |
| void | setInclination (double v) |
| double | apogee () const |
| void | setApogee (double v) |
| double | perigee () const |
| void | setPerigee (double v) |
| double | rcs () const |
| void | setRcs (double v) |
| const std::string & | orbitalStatusCode () const |
| void | setOrbitalStatusCode (StringView v) |
| bool | isDecayed () const |
卫星数据库条目