source:
Sophya/trunk/Poubelle/archTOI.old/auxgps.h@
358
Last change on this file since 358 was 358, checked in by , 26 years ago | |
---|---|
File size: 204 bytes |
Line | |
---|---|
1 | #ifndef AUXGPS_H |
2 | #define AUXGPS_H |
3 | |
4 | class AuxGPS { |
5 | public: |
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.