source: Sophya/trunk/Poubelle/archTOI.old/auxgps.h@ 360

Last change on this file since 360 was 358, checked in by ansari, 26 years ago

auxilliary GPS

File size: 204 bytes
Line 
1#ifndef AUXGPS_H
2#define AUXGPS_H
3
4class AuxGPS {
5public:
6 virtual ~AuxGPS() {}
7
8 virtual int getLocation(double mjd, double& lat, double& lon, double& alt)=0;
9 virtual AuxGPS* clone()=0;
10
11
12};
13
14#endif
Note: See TracBrowser for help on using the repository browser.