1 |
/** @file |
/** @file |
2 |
* $Author: kusanagi $ |
* $Author: pam-rm2 $ |
3 |
* $Date: 2006/04/05 07:30:54 $ |
* $Date: 2006/08/23 14:39:44 $ |
4 |
* $Revision: 6.1 $ |
* $Revision: 6.3 $ |
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 |
*/ |
*/ |
52 |
static unsigned int prevPckOBT; |
static unsigned int prevPckOBT; |
53 |
std::stringstream oss; |
std::stringstream oss; |
54 |
ofstream corruptedPacketFile; |
ofstream corruptedPacketFile; |
55 |
|
unsigned int fPL; |
56 |
|
bool jgood; |
57 |
|
bool notfirst; |
58 |
|
|
59 |
public: |
public: |
60 |
//EventReader(void); |
//EventReader(void); |
61 |
EventReader(int); |
EventReader(int); |