| 1 |
/** @file |
/** @file |
| 2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
| 3 |
* $Date: 2005/03/06 04:33:02 $ |
* $Date: 2005/05/28 10:44:11 $ |
| 4 |
* $Revision: 4.0 $ |
* $Revision: 4.4 $ |
| 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 (WrongCRCHeaderException, LengthException); |
void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); |
| 39 |
void UnpackPscuTrailer(void) throw (std::exception); |
void UnpackPscuTrailer(void) throw (std::exception); |
| 40 |
|
|
| 41 |
/** |
/** |