GPSGeoid.h

Go to the documentation of this file.
00001 /*
00002 ** GPSGeoid.h
00003 ** 
00004 ** Made by Bernhard Reitinger
00005 ** Login   <breiting@localhost.localdomain>
00006 ** 
00007 ** Started on  Wed Jul  5 22:48:46 2006 Bernhard Reitinger
00008 ** Last update Wed Jul  5 22:48:46 2006 Bernhard Reitinger
00009 */
00010 
00016 #ifndef         GPSGEOID_H_
00017 # define        GPSGEOID_H_
00018 
00019 #include "WGS84Geoid.hpp"
00020 
00033 class GPSGeoid : public WGS84Geoid
00034 {
00035 public:
00038     virtual double angVelocity() const throw()
00039     { return 7.2921151467e-5; }
00040 
00043     virtual double gm() const throw()
00044     { return 3.986005e14; }
00045 
00048     virtual double gm_km() const throw()
00049     { return 3.9860034e5; }
00050 
00053     virtual double c() const throw()
00054     { return 2.99792458e8; }
00055 
00058     virtual double c_km() const throw()
00059     { return 2.99792458e5; }
00060 
00061 }; // class GPSGeoid
00062 
00063 #endif      /* !GPSGEOID_H_ */

Generated on Wed Feb 28 15:18:50 2007 for NaviTrack by  doxygen 1.4.6