SolidTides.hpp

Go to the documentation of this file.
00001 #pragma ident "$Id: SolidTides.hpp 2741 2011-06-22 16:37:02Z nwu $"
00002 
00008 #ifndef SOLIDTIDES_HPP
00009 #define SOLIDTIDES_HPP
00010 
00011 //============================================================================
00012 //
00013 //  This file is part of GPSTk, the GPS Toolkit.
00014 //
00015 //  The GPSTk is free software; you can redistribute it and/or modify
00016 //  it under the terms of the GNU Lesser General Public License as published
00017 //  by the Free Software Foundation; either version 2.1 of the License, or
00018 //  any later version.
00019 //
00020 //  The GPSTk is distributed in the hope that it will be useful,
00021 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00022 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00023 //  GNU Lesser General Public License for more details.
00024 //
00025 //  You should have received a copy of the GNU Lesser General Public
00026 //  License along with GPSTk; if not, write to the Free Software Foundation,
00027 //  Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00028 //
00029 //  Dagoberto Salazar - gAGE ( http://www.gage.es ). 2007
00030 //
00031 //============================================================================
00032 
00033 
00034 #include <cmath>
00035 #include <string>
00036 
00037 #include "DayTime.hpp"
00038 #include "Triple.hpp"
00039 #include "Position.hpp"
00040 #include "icd_200_constants.hpp"
00041 #include "AstronomicalFunctions.hpp"
00042 #include "SunPosition.hpp"
00043 #include "MoonPosition.hpp"
00044 
00045 
00046 
00047 namespace gpstk
00048 {
00051 
00063    class SolidTides
00064    {
00065    public:
00066 
00068       SolidTides() throw() {}
00069 
00071       virtual ~SolidTides() {}
00072 
00073 
00087          Triple getSolidTide(const DayTime& t,
00088                             const Position& p) const
00089             throw(InvalidRequest);
00090 
00091 
00092    private:
00093 
00095       static const double H_LOVE, L_LOVE;
00096 
00098       static const double PH_LAG;
00099 
00100 
00101    }; // end class SolidTides
00102 
00103 
00105 
00106 } // namespace gpstk
00107 #endif  // SOLIDTIDES_HPP

Generated on Wed Feb 8 03:31:02 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1