00001
00002
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00038
00039
00040 #ifndef FILE_ERRORDEFINES_H_SEEN
00041 #define FILE_ERRORDEFINES_H_SEEN
00042
00043
00047
00048 #define IAT_NOT_CONFIGURED_CODE 0x1000
00049 #define CHT_NOT_CONFIGURED_CODE 0x1001
00050 #define TPS_NOT_CONFIGURED_CODE 0x1002
00051 #define EGO_NOT_CONFIGURED_CODE 0x1003
00052 #define BRV_NOT_CONFIGURED_CODE 0x1004
00053 #define MAP_NOT_CONFIGURED_CODE 0x1005
00054 #define AAP_NOT_CONFIGURED_CODE 0x1006
00055 #define MAT_NOT_CONFIGURED_CODE 0x1007
00056 #define EGO2_NOT_CONFIGURED_CODE 0x1008
00057 #define IAP_NOT_CONFIGURED_CODE 0x1009
00058 #define LOAD_NOT_CONFIGURED_CODE 0x100A
00059 #define AIRFLOW_NOT_CONFIGURED_CODE 0x100B
00060 #define BPW_NOT_CONFIGURED_CODE 0x100C
00061
00062
00063
00064 #define VE_TABLE_MAIN_LOAD_LENGTH_TOO_LONG 0x2000
00065 #define VE_TABLE_MAIN_RPM_LENGTH_TOO_LONG 0x2001
00066 #define VE_TABLE_MAIN_MAIN_LENGTH_TOO_LONG 0x2002
00067 #define BRV_MAX_TOO_LARGE 0x2003
00068
00069
00070
00071 #define sizeNotMultipleOfSectorSize 0x3000
00072 #define sizeOfBlockToBurnIsZero 0x3001
00073 #define smallBlockCrossesSectorBoundary 0x3002
00074 #define addressNotSectorAligned 0x3003
00075 #define addressNotWordAligned 0x3004
00076 #define addressNotFlashRegion 0x3005
00077 #define flashEraseFailed 0x3006
00078 #define flashAccessError 0x3007
00079 #define flashProtectionError 0x3008
00080
00081
00082
00083 #define unimplementedFunction 0x4000
00084 #define packetChecksumMismatch 0x4001
00085 #define sourceAddressIsBroadcast 0x4002
00086 #define sourceAddressIsDuplicate 0x4003
00087 #define payloadLengthTypeMismatch 0x4004
00088 #define payloadLengthHeaderMismatch 0x4005
00089 #define unrecognisedProtocolPayloadID 0x4006
00090 #define unrecognisedFirmwarePayloadID 0x4007
00091 #define invalidProtocolPayloadID 0x4008
00092 #define invalidFirmwarePayloadID 0x4009
00093 #define invalidMemoryActionForID 0x400A
00094 #define invalidIDForMainTableAction 0x400B
00095 #define invalidIDForTwoDTableAction 0x400C
00096 #define noSuchAsyncDatalogType 0x400D
00097 #define datalogLengthExceedsMax 0x400E
00098 #define locationIDNotFound 0x400F
00099
00100 #define invalidAxisOrder 0
00101 #define invalidAxisIndex 1
00102
00103 #define errorBaseMainTableRPM 0x6000
00104 #define invalidMainTableRPMOrder 0x6000
00105 #define invalidMainTableRPMIndex 0x6001
00106 #define invalidMainTableRPMLength 0x6002
00107 #define errorBaseMainTableLoad 0x6003
00108 #define invalidMainTableLoadOrder 0x6003
00109 #define invalidMainTableLoadIndex 0x6004
00110 #define invalidMainTableLoadLength 0x6005
00111 #define invalidMainTableMainLength 0x6006
00112
00113 #define errorBaseTwoDTableAxis 0x6010
00114 #define invalidTwoDTableAxisOrder 0x6010
00115 #define invalidTwoDTableIndex 0x6011
00116
00117
00118 #else
00119
00120 #warning "Header file ERRORDEFINES_H seen before, sort it out!"
00121
00122 #endif