FICData62.hpp

Go to the documentation of this file.
00001 #pragma ident "$Id: FICData62.hpp 70 2006-08-01 18:36:21Z ehagen $"
00002 
00003 
00004 
00014 #ifndef GPSTK_FICDATA62_HPP
00015 #define GPSTK_FICDATA62_HPP
00016 
00017 //============================================================================
00018 //
00019 //  This file is part of GPSTk, the GPS Toolkit.
00020 //
00021 //  The GPSTk is free software; you can redistribute it and/or modify
00022 //  it under the terms of the GNU Lesser General Public License as published
00023 //  by the Free Software Foundation; either version 2.1 of the License, or
00024 //  any later version.
00025 //
00026 //  The GPSTk is distributed in the hope that it will be useful,
00027 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00028 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00029 //  GNU Lesser General Public License for more details.
00030 //
00031 //  You should have received a copy of the GNU Lesser General Public
00032 //  License along with GPSTk; if not, write to the Free Software Foundation,
00033 //  Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00034 //  
00035 //  Copyright 2004, The University of Texas at Austin
00036 //
00037 //============================================================================
00038 
00039 //============================================================================
00040 //
00041 //This software developed by Applied Research Laboratories at the University of
00042 //Texas at Austin, under contract to an agency or agencies within the U.S. 
00043 //Department of Defense. The U.S. Government retains all rights to use,
00044 //duplicate, distribute, disclose, or release this software. 
00045 //
00046 //Pursuant to DoD Directive 523024 
00047 //
00048 // DISTRIBUTION STATEMENT A: This software has been approved for public 
00049 //                           release, distribution is unlimited.
00050 //
00051 //=============================================================================
00052 
00053 
00054 
00055 
00056 
00057 
00058 #include "EngEphemeris.hpp"
00059 #include "FICData.hpp"
00060 #include "FICData162.hpp"
00061 
00062 namespace gpstk
00063 {
00064    class FICData62 : public FICData
00065    {
00066    public:
00068       FICData62( const gpstk::FICData162 rawsf );
00069       
00071       virtual ~FICData62() {}
00072    protected:
00073       static const double UNUSED_F;
00074       static const long UNUSED_I;
00075       
00076    }; // class FICData62
00077 
00079 
00080 } // namespace
00081 
00082 #endif

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