FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
define_error_criticality.h
Go to the documentation of this file.
1
22
23
#ifndef DEFINE_ERROR_CRITICALITY_H
24
#define DEFINE_ERROR_CRITICALITY_H
25
34
typedef
enum
35
{
36
CRITICAL
= 0,
37
NON_CRITICAL
,
38
NOTIFICATION
,
39
IGNORE
,
40
}
errCrit_t
;
41
42
#endif
// DEFINE_ERROR_CRITICALITY_H
errCrit_t
errCrit_t
Defines criticality levels used by EH_HandleError to determine the appropriate response for each repo...
Definition
define_error_criticality.h:35
IGNORE
@ IGNORE
Definition
define_error_criticality.h:39
NOTIFICATION
@ NOTIFICATION
Definition
define_error_criticality.h:38
CRITICAL
@ CRITICAL
Definition
define_error_criticality.h:36
NON_CRITICAL
@ NON_CRITICAL
Definition
define_error_criticality.h:37
safety_framework
src
tasks
define_error_criticality.h
Generated by
1.15.0