jupiter.hxx

00001 /**************************************************************************
00002  * jupiter.hxx
00003  * Written by Durk Talsma. Originally started October 1997, for distribution  
00004  * with the FlightGear project. Version 2 was written in August and 
00005  * September 1998. This code is based upon algorithms and data kindly 
00006  * provided by Mr. Paul Schlyter. (pausch@saaf.se). 
00007  *
00008  * This library is free software; you can redistribute it and/or
00009  * modify it under the terms of the GNU Library General Public
00010  * License as published by the Free Software Foundation; either
00011  * version 2 of the License, or (at your option) any later version.
00012  *
00013  * This library is distributed in the hope that it will be useful,
00014  * but WITHOUT ANY WARRANTY; without even the implied warranty of
00015  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
00016  * Library General Public License for more details.
00017  *
00018  * You should have received a copy of the GNU General Public License
00019  * along with this program; if not, write to the Free Software
00020  * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
00021  *
00022  * $Id: jupiter_8hxx-source.html,v 1.15 2007-12-17 15:37:05 curt Exp $
00023  **************************************************************************/
00024 #ifndef _JUPITER_HXX_
00025 #define _JUPITER_HXX_
00026 
00027 #include <simgear/ephemeris/celestialBody.hxx>
00028 #include <simgear/ephemeris/star.hxx>
00029 
00030 class Jupiter : public CelestialBody
00031 {
00032 public:
00033   Jupiter (double mjd);
00034   Jupiter ();
00035   void updatePosition(double mjd, Star *ourSun);
00036 };
00037 
00038 #endif // _JUPITER_HXX_

Generated on Mon Dec 17 09:30:54 2007 for SimGear by  doxygen 1.5.1