1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: kusanagi $ |
3 |
* $Date: 2006/02/04 12:37:45 $ |
* $Date: 2006/02/07 17:11:09 $ |
4 |
* $Revision: 5.1 $ |
* $Revision: 6.0 $ |
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 |
*/ |
*/ |
51 |
static unsigned int prevPckCounter; |
static unsigned int prevPckCounter; |
52 |
static unsigned int prevPckOBT; |
static unsigned int prevPckOBT; |
53 |
std::stringstream oss; |
std::stringstream oss; |
54 |
|
ofstream corruptedPacketFile; |
55 |
public: |
public: |
56 |
//EventReader(void); |
//EventReader(void); |
57 |
EventReader(int); |
EventReader(int); |
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(void) throw (std::exception); |
virtual bool FindStart(void) throw (std::exception); |
62 |
|
int archiveCorruptedPacket(long int, long int); |
63 |
ClassDef(EventReader, 1) |
ClassDef(EventReader, 1) |
64 |
}; |
}; |
65 |
} |
} |