~georg-zotti/stellarium/gz_fix-ObjectInfoMap

« back to all changes in this revision

Viewing changes to plugins/Satellites/src/Satellite.hpp

  • Committer: Georg Zotti
  • Date: 2017-03-08 16:28:25 UTC
  • Revision ID: georg.zotti@univie.ac.at-20170308162825-8jvrli264o7hfr2d
Added more doxygen, changed a few key names.

Show diffs side-by-side

added added

removed removed

Lines of Context:
133
133
        //! - RaDecJ2000, RaDecOfDate, HourAngle, AltAzi
134
134
        //! - Extra: range, range rate and altitude of satellite above the Earth, comms frequencies, modulation types and so on.
135
135
        virtual QString getInfoString(const StelCore *core, const InfoStringGroup& flags) const;
136
 
        //! Return a map like StelObject, but with a few extra tags also available in getInfoString().
 
136
        //! Return a map like StelObject::getInfoMap(), but with a few extra tags also available in getInfoString().
 
137
        //! - description
 
138
        //! - catalog
 
139
        //! - international-designator
 
140
        //! - type
 
141
        //! - range (distance in km)
 
142
        //! - rangerate (distance change in km/s)
 
143
        //! - height (height in km)
 
144
        //! - subpoint-lat (latitude of subpoint, decimal degrees)
 
145
        //! - subpoint-long (longitude of subpoint, decimal degrees)
 
146
        //! - TEME-km-X
 
147
        //! - TEME-km-Y
 
148
        //! - TEME-km-Z
 
149
        //! - TEME-speed-X
 
150
        //! - TEME-speed-Y
 
151
        //! - TEME-speed-Z
 
152
        //! - sun-reflection-angle (if available)
 
153
        //! - operational-status
 
154
        //! - visibility (descriptive string)
 
155
        //! - comm (Radio information, optional, if available. There may be several comm entries!)
137
156
        virtual QVariantMap getInfoMap(const StelCore *core) const;
138
157
        virtual Vec3f getInfoColor(void) const;
139
158
        virtual Vec3d getJ2000EquatorialPos(const StelCore*) const;