--- yoda/techmodel/EventReader.h 2006/04/05 07:30:54 6.1 +++ yoda/techmodel/EventReader.h 2006/08/16 13:15:23 6.2 @@ -1,7 +1,7 @@ /** @file * $Author: kusanagi $ - * $Date: 2006/02/07 17:11:09 $ - * $Revision: 6.0 $ + * $Date: 2006/04/05 07:30:54 $ + * $Revision: 6.1 $ * * Header file for the algorithms used to read the techmodel data file. */ @@ -35,6 +35,7 @@ */ TechmodelPamelaRun *Run; //! void UnpackPscuHeader(void) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); + void UnpackPscuHeader(unsigned char*) throw (WrongCRCHeaderException, LengthException, BackwardCounterException); void UnpackPscuTrailer(void) throw (std::exception); /** @@ -58,7 +59,7 @@ virtual void Init(PamelaRun *); virtual void RunEvent(int); virtual std::string GetVersionInfo(void) const; - virtual bool FindStart(void) throw (std::exception); + virtual bool FindStart(unsigned char*, long) throw (std::exception); int archiveCorruptedPacket(long int, long int); ClassDef(EventReader, 1) };