22 enum class RawDataType {
27 c_Type0Ver16 = 0x0010,
28 c_Type1Ver16 = 0x0110,
29 c_Type2Ver16 = 0x0210,
30 c_Type3Ver16 = 0x0310,
31 c_ProductionDebug01 = 0x0401,
32 c_ProductionDebug02 = 0x0402,
40 static const RawDataType membersRawDataType[] = {RawDataType::c_Type0Ver1,
41 RawDataType::c_Type0Ver1,
42 RawDataType::c_Type1Ver1,
43 RawDataType::c_Type2Ver1,
44 RawDataType::c_Type3Ver1,
45 RawDataType::c_Type0Ver16,
46 RawDataType::c_Type1Ver16,
47 RawDataType::c_Type2Ver16,
48 RawDataType::c_Type3Ver16,
49 RawDataType::c_ProductionDebug01,
50 RawDataType::c_ProductionDebug02,
Abstract base class for different kinds of events.