ODeV framework
v2
|
#include <syserror.h>
Data Fields | |
unsigned long | error_code |
struct { | |
unsigned int low_level_e: 16 | |
unsigned int service_level_e: 16 | |
} | type |
Specifies the format of the global error used by the system to track the last error occurred.
unsigned long sys_error_t::error_code |
Field useful to manage the system error.
unsigned int sys_error_t::low_level_e |
Specifies the error code for the System Low Level layer.
unsigned int sys_error_t::service_level_e |
Specifies the error code for the System Service Level layer.
struct { ... } sys_error_t::type |
Defines the sintax of the system error.