|
46 | 46 | ** and when you're done adding, set this to the highest EID you used. It may
|
47 | 47 | ** be worthwhile to, on occasion, re-number the EID's to put them back in order.
|
48 | 48 | */
|
49 |
| -#define CFE_TBL_MAX_EID 98 |
| 49 | +#define CFE_TBL_MAX_EID 105 |
50 | 50 |
|
51 | 51 | /******************* Macro Definitions ***********************/
|
52 | 52 | /*
|
|
940 | 940 | **/
|
941 | 941 | #define CFE_TBL_UNREGISTER_ERR_EID 92
|
942 | 942 |
|
943 |
| -/** \brief <tt> '\%s Failed to Load '\%s' from \%s, Status=0x\%08X" </tt> |
944 |
| -** \event <tt> '\%s Failed to Load '\%s' from \%s, Status=0x\%08X" </tt> |
945 |
| -** |
946 |
| -** \par Type: ERROR |
947 |
| -** |
948 |
| -** \par Cause: |
949 |
| -** |
950 |
| -** This event message is generated when an Application calls #CFE_TBL_Load unsuccessfully. |
951 |
| -** |
952 |
| -** The \c Status field of the Event Message can be used to identify the reason for the failure |
953 |
| -** by looking it up in the cfe_error.h file |
954 |
| -**/ |
955 |
| -#define CFE_TBL_LOAD_ERR_EID 93 |
| 943 | +/** TODO: document */ |
| 944 | +#define CFE_TBL_LOAD_VAL_ERR_EID 93 |
956 | 945 |
|
957 | 946 | /** \brief <tt> '\%s Failed to Load '\%s' (Invalid Source Type)" </tt>
|
958 | 947 | ** \event <tt> '\%s Failed to Load '\%s' (Invalid Source Type)" </tt>
|
|
1052 | 1041 | **/
|
1053 | 1042 | #define CFE_TBL_PROCESSOR_ID_ERR_EID 98
|
1054 | 1043 |
|
| 1044 | +/** \brief <tt> Attempted to load Dump Only Tbl '%s' </tt> |
| 1045 | +** \event <tt> Attempted to load Dump Only Tbl '%s' </tt> |
| 1046 | +** |
| 1047 | +** \par Type: ERROR |
| 1048 | +** |
| 1049 | +** \par Cause: |
| 1050 | +** |
| 1051 | +** This event message is generated when an application attempts to load a dump-only table. |
| 1052 | +**/ |
| 1053 | +#define CFE_TBL_LOAD_DUMPONLY_ERR_EID 99 |
| 1054 | + |
| 1055 | +/** \brief <tt> Load already in progress for '%s' </tt> |
| 1056 | +** \event <tt> Load already in progress for '%s' </tt> |
| 1057 | +** |
| 1058 | +** \par Type: ERROR |
| 1059 | +** |
| 1060 | +** \par Cause: |
| 1061 | +** |
| 1062 | +** This event message is generated when an application attempts to load a table already |
| 1063 | +** in progress. Likely due to a race condition. |
| 1064 | +**/ |
| 1065 | +#define CFE_TBL_LOAD_IN_PROGRESS_ERR_EID 100 |
| 1066 | + |
| 1067 | +/** TODO: document */ |
| 1068 | +#define CFE_TBL_LOAD_SRC_TYPE_ERR_EID 101 |
| 1069 | + |
| 1070 | +/** TODO: document */ |
| 1071 | +#define CFE_TBL_LOAD_FILENAME_LONG_ERR_EID 102 |
| 1072 | + |
| 1073 | +/** TODO: document */ |
| 1074 | +#define CFE_TBL_LOAD_SHORT_FILE_ERR_EID 103 |
| 1075 | + |
| 1076 | +/** TODO: document */ |
| 1077 | +#define CFE_TBL_LOAD_TBLNAME_MISMATCH_ERR_EID 104 |
| 1078 | + |
| 1079 | +/** TODO: document */ |
| 1080 | +#define CFE_TBL_HANDLE_ACCESS_ERR_EID 105 |
| 1081 | + |
1055 | 1082 | /** \} */
|
1056 | 1083 |
|
1057 | 1084 |
|
|
0 commit comments