~ubuntu-branches/debian/sid/stellarium/sid

« back to all changes in this revision

Viewing changes to src/core/StelCore.hpp

  • Committer: Package Import Robot
  • Author(s): Tomasz Buchert
  • Date: 2013-08-04 15:06:55 UTC
  • mfrom: (1.2.12)
  • Revision ID: package-import@ubuntu.com-20130804150655-iji0vb5navh3lk13
Tags: 0.12.2-1
* Imported Upstream version 0.12.2
* Added dependency to phonon (to enable video/sound)
* Fixed VCS links
* Removed unused lintian tag (embedded-library glee)
* Dropped obsolete patch
* Update copyright

Show diffs side-by-side

added added

removed removed

Lines of Context:
116
116
                MorrisonStephenson2004,         //!< Morrison & Stephenson (2004, 2005) algorithm for DeltaT
117
117
                Reijs,                          //!< Reijs (2006) algorithm for DeltaT
118
118
                EspenakMeeus,                   //!< Espenak & Meeus (2006) algorithm for DeltaT (Recommended, default)
 
119
                Banjevic,                       //!< Banjevic (2006) algorithm for DeltaT
 
120
                IslamSadiqQureshi,              //!< Islam, Sadiq & Qureshi (2008 + revisited 2013) algorithm for DeltaT (6 polynomials)
119
121
                Custom                          //!< User defined coefficients for quadratic equation for DeltaT
120
122
        };
121
123
 
253
255
        static const double JD_HOUR;
254
256
        static const double JD_DAY;
255
257
 
256
 
        //! Get the sideral time shifted by the observer longitude
257
 
        //! @return the locale sideral time in radian
 
258
        //! Get the sidereal time shifted by the observer longitude
 
259
        //! @return the local sidereal time in radian
258
260
        double getLocalSideralTime() const;
259
261
 
260
 
        //! Get the duration of a sideral day for the current observer in day.
 
262
        //! Get the duration of a sidereal day for the current observer in day.
261
263
        double getLocalSideralDayLength() const;
262
264
 
 
265
        //! Get the duration of a sidereal year for the current observer in days.
 
266
        double getLocalSideralYearLength() const;
 
267
 
263
268
        //! Return the startup mode, can be preset|Preset or anything else
264
269
        QString getStartupTimeMode();
265
270
        void setStartupTimeMode(const QString& s);