![]() |
FuSa 8-Bit Libraries Safety Framework
|
#include <define_error_callback.h>#include <define_error_criticality.h>#include <define_error_ids.h>Go to the source code of this file.
Macros | |
| #define | NOTIFICATION_LOG_SIZE 5U |
| Configures the maximum number of Error IDs allowed in the Notification Error Log. | |
Variables | |
| const errCrit_t | errorIdCritLut [ERRID_MAX] |
| Configures the criticality of all Error IDs for handling in EH_HandleError. | |
| const errCallback_t | nonCriticalErrorCallback |
| Configures the callback function used for 'NON_CRITICAL' Error IDs in EH_HandleError. | |
| const errCallback_t | notificationErrorCallback |
| Configures the callback function used for 'NOTIFICATION' Error IDs in EH_ProcessNotificationLog. | |