1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2005/03/04 15:54:11 $ |
* $Date: 2006/02/04 12:37:45 $ |
4 |
* $Revision: 3.0 $ |
* $Revision: 5.1 $ |
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 |
*/ |
*/ |
8 |
|
|
9 |
#include "TechmodelPamelaRun.h" |
#include "TechmodelPamelaRun.h" |
10 |
#include "TechmodelAlgorithm.h" |
#include "TechmodelAlgorithm.h" |
|
#include "Exception.h" |
|
11 |
|
|
12 |
namespace pamela { |
namespace pamela { |
13 |
namespace techmodel { |
namespace techmodel { |
34 |
* The Run that is processed. |
* The Run that is processed. |
35 |
*/ |
*/ |
36 |
TechmodelPamelaRun *Run; //! |
TechmodelPamelaRun *Run; //! |
37 |
void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException); |
void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); |
38 |
void UnpackPscuTrailer(void) throw (std::exception); |
void UnpackPscuTrailer(void) throw (std::exception); |
39 |
|
|
40 |
/** |
/** |