MSCHeader.hpp

Go to the documentation of this file.
00001 #pragma ident "$Id: MSCHeader.hpp 897 2007-11-15 05:18:56Z ocibu $"
00002 
00003 //============================================================================
00004 //
00005 //  This file is part of GPSTk, the GPS Toolkit.
00006 //
00007 //  The GPSTk is free software; you can redistribute it and/or modify
00008 //  it under the terms of the GNU Lesser General Public License as published
00009 //  by the Free Software Foundation; either version 2.1 of the License, or
00010 //  any later version.
00011 //
00012 //  The GPSTk is distributed in the hope that it will be useful,
00013 //  but WITHOUT ANY WARRANTY; without even the implied warranty of
00014 //  MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00015 //  GNU Lesser General Public License for more details.
00016 //
00017 //  You should have received a copy of the GNU Lesser General Public
00018 //  License along with GPSTk; if not, write to the Free Software Foundation,
00019 //  Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
00020 //  
00021 //  Copyright 2004, The University of Texas at Austin
00022 //
00023 //============================================================================
00024 
00030 #ifndef MSCHeader_HPP
00031 #define MSCHeader_HPP
00032 
00033 #include <vector>
00034 #include <list>
00035 #include <map>
00036 
00037 #include "FFStream.hpp"
00038 #include "MSCBase.hpp"
00039 #include "StringUtils.hpp"
00040 
00041 namespace gpstk
00042 {
00045 
00055    class MSCHeader : public MSCBase
00056    {
00057    public:
00059       MSCHeader() {}
00060 
00062       virtual ~MSCHeader() {}
00063       
00064 
00065       virtual void dump(std::ostream& s) const {};
00066       
00068       virtual bool isHeader() const {return true;}
00069 
00070    protected:      
00071       virtual void reallyPutRecord(FFStream& s) const 
00072          throw(std::exception, FFStreamError, 
00073                gpstk::StringUtils::StringException)
00074       {}
00075   
00076       virtual void reallyGetRecord(FFStream& s) 
00077          throw(std::exception, FFStreamError, 
00078                gpstk::StringUtils::StringException)
00079       {}
00080       
00081    }; // class MSCHeader
00082 
00084 
00085 } // namespace
00086 
00087 #endif

Generated on Tue May 22 03:30:59 2012 for GPS ToolKit Software Library by  doxygen 1.3.9.1