24 enum class RawDataType {
29 c_Type0Ver16 = 0x0010,
30 c_Type1Ver16 = 0x0110,
31 c_Type2Ver16 = 0x0210,
32 c_Type3Ver16 = 0x0310,
33 c_ProductionDebug01 = 0x0401,
34 c_ProductionDebug02 = 0x0402,
42 static const RawDataType membersRawDataType[] = {RawDataType::c_Type0Ver1,
43 RawDataType::c_Type0Ver1,
44 RawDataType::c_Type1Ver1,
45 RawDataType::c_Type2Ver1,
46 RawDataType::c_Type3Ver1,
47 RawDataType::c_Type0Ver16,
48 RawDataType::c_Type1Ver16,
49 RawDataType::c_Type2Ver16,
50 RawDataType::c_Type3Ver16,
51 RawDataType::c_ProductionDebug01,
52 RawDataType::c_ProductionDebug02,