source: Sophya/trunk/Poubelle/archTOI.old/asigps.h@ 358

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

auxilliary GPS

File size: 298 bytes
Line 
1#ifndef ASIGPS_H
2#define ASIGPS_H
3
4#include "auxinterpgps.h"
5#include <string>
6
7class ASIGPS : public AuxInterpGPS {
8public:
9 ASIGPS() {}
10 ASIGPS(string const& filename);
11
12 void readFile(string const& filename);
13
14 virtual AuxGPS* clone() {return new ASIGPS(*this);}
15
16protected:
17
18};
19
20#endif
Note: See TracBrowser for help on using the repository browser.