LEOSatOrbit.hpp

Go to the documentation of this file.
00001 #pragma ident "$Id: LEOSatOrbit.hpp 2457 2010-08-18 14:20:12Z coandrei $"
00002 
00008 #ifndef GPSTK_LEO_SAT_ORBIT_HPP
00009 #define GPSTK_LEO_SAT_ORBIT_HPP
00010 
00011 
00012 //============================================================================
00013 //
00014 //  This file is part of GPSTk, the GPS Toolkit.
00015 //
00016 //  The GPSTk is free software; you can redistribute it and/or modify
00017 //  it under the terms of the GNU Lesser General Public License as published
00018 //  by the Free Software Foundation; either version 2.1 of the License, or
00019 //  any later version.
00020 //
00021 //  The GPSTk is distributed in the hope that it will be useful,
00022 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00023 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00024 //  GNU Lesser General Public License for more details.
00025 //
00026 //  You should have received a copy of the GNU Lesser General Public
00027 //  License along with GPSTk; if not, write to the Free Software Foundation,
00028 //  Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00029 //
00030 //  Wei Yan - Chinese Academy of Sciences . 2009, 2010
00031 //
00032 //============================================================================
00033 
00034 #include "SatOrbit.hpp"
00035 
00036 namespace gpstk
00037 {
00038 
00041 
00045    class LEOSatOrbit : public SatOrbit
00046    {
00047    public:
00049       LEOSatOrbit();
00050 
00051 
00053       virtual ~LEOSatOrbit(){};
00054 
00055 
00056       virtual Vector<double> getDerivatives(const double&         t,
00057                                             const Vector<double>& y );
00058 
00059    protected:
00060 
00061 
00062 
00063    }; // End of class 'LEOSatOrbit'
00064 
00065       // @}
00066 
00067 }  // End of namespace 'gpstk'
00068 
00069 
00070 #endif   // GPSTK_LEO_SAT_ORBIT_HPP

Generated on Tue May 22 03:30:59 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1