00001 #pragma ident "$Id: NavSatOrbit.cpp 2457 2010-08-18 14:20:12Z coandrei $" 00002 00009 //============================================================================ 00010 // 00011 // This file is part of GPSTk, the GPS Toolkit. 00012 // 00013 // The GPSTk is free software; you can redistribute it and/or modify 00014 // it under the terms of the GNU Lesser General Public License as published 00015 // by the Free Software Foundation; either version 2.1 of the License, or 00016 // any later version. 00017 // 00018 // The GPSTk is distributed in the hope that it will be useful, 00019 // but WITHOUT ANY WARRANTY; without even the implied warranty of 00020 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00021 // GNU Lesser General Public License for more details. 00022 // 00023 // You should have received a copy of the GNU Lesser General Public 00024 // License along with GPSTk; if not, write to the Free Software Foundation, 00025 // Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 00026 // 00027 // Wei Yan - Chinese Academy of Sciences . 2009, 2010 00028 // 00029 //============================================================================ 00030 00031 00032 00033 #include "NavSatOrbit.hpp" 00034 00035 00036 namespace gpstk 00037 { 00038 00039 NavSatOrbit::NavSatOrbit() 00040 { 00041 } 00042 00043 00044 } // End of namespace 'gpstk' 00045 00046
1.3.9.1