|
|
| Satellite (const OrbitalElement &orbit) |
| |
|
| Satellite (const Satellite &sat)=default |
| |
|
Satellite & | operator= (const Satellite &other)=default |
| |
|
const QString & | name () const |
| |
|
void | setName (const QString &name) |
| |
|
const Frequency & | fmUplink () const |
| |
|
void | setFMUplink (const Frequency &f) |
| |
|
const Frequency & | fmDownlink () const |
| |
|
void | setFMDownlink (const Frequency &f) |
| |
|
const SelectiveCall & | fmUplinkTone () const |
| |
|
const SelectiveCall & | fmDownlinkTone () const |
| |
|
const Frequency & | aprsUplink () const |
| |
|
void | setAPRSUplink (const Frequency &f) |
| |
|
const Frequency & | aprsDownlink () const |
| |
|
void | setAPRSDownlink (const Frequency &f) |
| |
|
const SelectiveCall & | aprsUplinkTone () const |
| |
|
const SelectiveCall & | aprsDownlinkTone () const |
| |
|
const Frequency & | beacon () const |
| |
|
void | setBeacon (const Frequency &f) |
| |
|
QJsonObject | toJson () const |
| |
|
| OrbitalElement () |
| | Default constructor.
|
| |
|
| OrbitalElement (unsigned int id) |
| | Constructor from ID.
|
| |
|
| OrbitalElement (const OrbitalElement &other)=default |
| | Copy constructor.
|
| |
|
OrbitalElement & | operator= (const OrbitalElement &other)=default |
| | Copy assignemnt.
|
| |
|
bool | isValid () const |
| | Returns true, if this represents a valid satellite information.
|
| |
|
unsigned int | id () const |
| | Returns the NORAD catalog id.
|
| |
|
const QString & | name () const |
| | Retunrs the name of the satellite.
|
| |
|
const Epoch & | epoch () const |
| | Epoch of the orbital elements.
|
| |
|
double | meanMotion () const |
| | Returns the mean motion.
|
| |
|
double | meanMotionDerivative () const |
| | Returns the first derivative of the mean motion.
|
| |
|
double | inclination () const |
| | Returns the inclination.
|
| |
|
double | ascension () const |
| | Returns the right ascension of the ascending node.
|
| |
|
double | eccentricity () const |
| | Returns the eccentricity.
|
| |
|
double | perigee () const |
| | Returns the argument of perigee.
|
| |
|
double | meanAnomaly () const |
| | Returns the mean anomaly.
|
| |
|
unsigned int | revolutionNumber () const |
| | Returns the revolution number.
|
| |
The documentation for this class was generated from the following files:
- /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/satellitedatabase.hh
- /builddir/build/BUILD/qdmr-0.12.1-build/qdmr-0.12.1/lib/satellitedatabase.cc