ODeV framework  v2
Data Fields
sys_error_t Union Reference

#include <syserror.h>

Data Fields

unsigned long error_code
 
struct {
   unsigned int   low_level_e: 16
 
   unsigned int   service_level_e: 16
 
type
 

Detailed Description

Specifies the format of the global error used by the system to track the last error occurred.

Field Documentation

◆ error_code

unsigned long sys_error_t::error_code

Field useful to manage the system error.

◆ low_level_e

unsigned int sys_error_t::low_level_e

Specifies the error code for the System Low Level layer.

◆ service_level_e

unsigned int sys_error_t::service_level_e

Specifies the error code for the System Service Level layer.

◆ type

struct { ... } sys_error_t::type

Defines the sintax of the system error.


The documentation for this union was generated from the following file: