FICData162.hpp

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

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