1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2004/12/17 14:00:53 $ |
* $Date: 2005/01/29 00:26:55 $ |
4 |
* $Revision: 2.6 $ |
* $Revision: 2.7 $ |
5 |
* |
* |
6 |
* Header file for the algorithms used to read the techmodel data file. |
* Header file for the algorithms used to read the techmodel data file. |
7 |
*/ |
*/ |
236 |
public: |
public: |
237 |
CalibS4Reader(void); |
CalibS4Reader(void); |
238 |
virtual void Init(PamelaRun *); |
virtual void Init(PamelaRun *); |
239 |
virtual void RunEvent(int, long int) throw (Exception); |
virtual void RunEvent(int, long int) throw (WrongCRCException); |
240 |
virtual std::string GetVersionInfo(void) const; |
virtual std::string GetVersionInfo(void) const; |
241 |
}; |
}; |
242 |
|
|