![]() |
FuSa 8-Bit Libraries Safety Framework
|
Defines error callback type for the Error Handler. More...
#include <define_error_ids.h>Go to the source code of this file.
Typedefs | |
| typedef void(* | errCallback_t) (errId_t id) |
| Defines a function pointer type for error handling callback functions. | |
Defines error callback type for the Error Handler.
Definition in file define_error_callback.h.
| typedef void(* errCallback_t) (errId_t id) |
Defines a function pointer type for error handling callback functions.
The function pointer type is used to configure which callback to issue for an Error ID in EH_HandleError for NON_CRITICAL errors and in EH_ProcessNotificationLog for NOTIFICATION errors.
| id | The Error ID passed by the Error Handler for application specific handling. |
Definition at line 39 of file define_error_callback.h.