--- yoda/techmodel/EventReader.h 2006/08/23 14:39:44 6.3 +++ yoda/techmodel/EventReader.h 2006/11/20 08:58:04 6.4 @@ -1,7 +1,7 @@ /** @file - * $Author: kusanagi $ - * $Date: 2006/04/05 07:30:54 $ - * $Revision: 6.1 $ + * $Author: pam-rm2 $ + * $Date: 2006/08/23 14:39:44 $ + * $Revision: 6.3 $ * * Header file for the algorithms used to read the techmodel data file. */ @@ -52,6 +52,10 @@ static unsigned int prevPckOBT; std::stringstream oss; ofstream corruptedPacketFile; + unsigned int fPL; + bool jgood; + bool notfirst; + public: //EventReader(void); EventReader(int);