00001 #pragma ident "$Id: FICData9.hpp 3140 2012-06-18 15:03:02Z susancummins $" 00002 00003 00004 00014 #ifndef GPSTK_FICDATA9_HPP 00015 #define GPSTK_FICDATA9_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., 51 Franklin Street, Fifth Floor, Boston, MA 02110, 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 "FICData109.hpp" 00061 00062 namespace gpstk 00063 { 00064 class FICData9 : public FICData 00065 { 00066 public: 00068 FICData9( const gpstk::FICData109 rawsf, const gpstk::EngEphemeris ee ); 00069 00071 virtual ~FICData9() {} 00072 protected: 00073 static const double UNUSED; 00074 00075 void firstFiveItems( const short sfNum, 00076 const gpstk::FICData109 rawsf, 00077 const gpstk::EngEphemeris ee ); 00078 00079 }; // class FICData9 00080 00082 00083 } // namespace 00084 00085 #endif
1.3.9.1