Go to the source code of this file.
Defines | |
| #define | E_OK 0 |
| #define | E_OS_ACCESS 1 |
| #define | E_OS_CALLEVEL 2 |
| #define | E_OS_ID 3 |
| #define | E_OS_LIMIT 4 |
| #define | E_OS_NOFUNC 5 |
| #define | E_OS_RESOURCE 6 |
| #define | E_OS_STATE 7 |
| #define | E_OS_VALUE 8 |
| #define | E_OS_SYS_BASE 128 |
| #define | E_OS_SYS_ERROR(x) ((x)+E_OS_SYS_BASE) |
This file contains all return codes of the oeprating system. Each Service function of the operating system returns a status code of type StatusType. The error code are based on the OSEK/VDX standard.
Definition in file errno.h.
1.4.6