| 35 |
*/ |
*/ |
| 36 |
TechmodelPamelaRun *Run; //! |
TechmodelPamelaRun *Run; //! |
| 37 |
void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); |
void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); |
|
void UnpackPscuHeader(unsigned char*) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); |
|
| 38 |
void UnpackPscuTrailer(void) throw (std::exception); |
void UnpackPscuTrailer(void) throw (std::exception); |
| 39 |
|
|
| 40 |
/** |
/** |
| 58 |
virtual void Init(PamelaRun *); |
virtual void Init(PamelaRun *); |
| 59 |
virtual void RunEvent(int); |
virtual void RunEvent(int); |
| 60 |
virtual std::string GetVersionInfo(void) const; |
virtual std::string GetVersionInfo(void) const; |
| 61 |
virtual bool FindStart(unsigned char*, long) throw (std::exception); |
virtual bool FindStart(void) throw (std::exception); |
| 62 |
int archiveCorruptedPacket(long int, long int); |
int archiveCorruptedPacket(long int, long int); |
| 63 |
ClassDef(EventReader, 1) |
ClassDef(EventReader, 1) |
| 64 |
}; |
}; |