FuSa 8-Bit Libraries Safety Framework
Loading...
Searching...
No Matches
define_error_flags.h
Go to the documentation of this file.
1
22
23
#ifndef DEFINE_ERROR_FLAGS_H
24
#define DEFINE_ERROR_FLAGS_H
25
41
typedef
enum
42
{
43
NO_ERROR
= 0x55,
44
ERROR
= 0xAA
45
}
errFlag_t
;
46
47
#endif
// DEFINE_ERROR_FLAGS_H
errFlag_t
errFlag_t
Defines the error flag used by Middleware services to indicate error detection.
Definition
define_error_flags.h:42
ERROR
@ ERROR
Definition
define_error_flags.h:44
NO_ERROR
@ NO_ERROR
Definition
define_error_flags.h:43
safety_framework
src
middleware
define_error_flags.h
Generated by
1.15.0