![]() |
FuSa 8-Bit Libraries Safety Framework
|
Implements APIs the Error Handler. More...
#include <stdbool.h>#include <define_error_criticality.h>#include <error_handler.h>#include <error_handler_actions.h>#include <error_handler_config.h>Go to the source code of this file.
Functions | |
| void | EH_HandleError (errFlag_t flag, errId_t id) |
| Handles error based on configured Error ID criticality if the error flag is set. | |
| void | EH_ProcessNotificationLog (void) |
| Processes all Error IDs in the log by calling the configured handler callback. | |
Implements APIs the Error Handler.
Definition in file error_handler.c.