1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2004/12/03 22:08:00 $ |
* $Date: 2004/12/22 11:38:35 $ |
4 |
* $Revision: 2.1 $ |
* $Revision: 2.2 $ |
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 |
*/ |
*/ |
35 |
* The Run that is processed. |
* The Run that is processed. |
36 |
*/ |
*/ |
37 |
TechmodelPamelaRun *Run; //! |
TechmodelPamelaRun *Run; //! |
38 |
void UnpackPscuHeader(void) throw (WrongCRCException, LengthException); |
void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException); |
39 |
void UnpackPscuTrailer(void) throw (std::exception); |
void UnpackPscuTrailer(void) throw (std::exception); |
40 |
|
|
41 |
/** |
/** |