00001 #pragma ident "$Id: IonexBase.hpp 1398 2008-09-11 14:30:26Z coandrei $" 00002 00008 #ifndef GPSTK_IONEXBASE_HPP 00009 #define GPSTK_IONEXBASE_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 // Octavian Andrei - FGI ( http://www.fgi.fi ). 2008 00031 // 00032 //============================================================================ 00033 00034 00035 #include "FFData.hpp" 00036 00037 namespace gpstk 00038 { 00039 00040 00043 00047 class IonexBase : public FFData 00048 { 00049 public: 00050 00052 virtual ~IonexBase() {}; 00053 00054 }; // End of class 'IonexBase' 00055 00056 00058 00059 00060 } // End of namespace gpstk 00061 00062 #endif // GPSTK_IONEXBASE_HPP
1.3.9.1