/[PAMELA software]/yoda/techmodel/EventReader.h
ViewVC logotype

Diff of /yoda/techmodel/EventReader.h

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 6.2 by kusanagi, Wed Aug 16 13:15:23 2006 UTC revision 6.3 by pam-rm2, Wed Aug 23 14:39:44 2006 UTC
# Line 35  namespace pamela { Line 35  namespace pamela {
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        /**        /**
# Line 59  namespace pamela { Line 58  namespace pamela {
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      };      };

Legend:
Removed from v.6.2  
changed lines
  Added in v.6.3

  ViewVC Help
Powered by ViewVC 1.1.23