Enum E_KERNELV_ERR_VAL_TYPE

Description

Identifiers for the data type of the value in U_KERNELV_ERR_VAL_DATA.

Symbol

Value

Meaning

ERR_VAL_TYPE_NONE

-1

Unknown data type.

ERR_VAL_TYPE_BOOLEAN

0

Data type is unsigned char 1(8 bits). Possible values 0 or.

ERR_VAL_TYPE_UNS08

1

Data type is unsigned char (8 bits).

ERR_VAL_TYPE_SGN08

2

Data type is signed char (8 bits).

ERR_VAL_TYPE_UNS16

3

Data type is unsigned short int (16 bits).

ERR_VAL_TYPE_SGN16

4

Data type is signed short int (16 bits).

ERR_VAL_TYPE_UNS32

5

Data type is unsigned long int (32 bits).

ERR_VAL_TYPE_SGN32

6

Data type is signed long int (32 bits).

ERR_VAL_TYPE_UNS64

7

Data type is unsigned long long int (64 bits).

ERR_VAL_TYPE_SGN64

8

Data type is signed long long int (64 bits).

ERR_VAL_TYPE_REAL64

9

Data type is a 64-bit floating point number.

ERR_VAL_TYPE_REAL32

10

Data type is a 32-bit floating point number.

ERR_VAL_TYPE_BOOLEAN

11

Data type is a character

ERR_VAL_TYPE_STRING

12

Data type is a string of length KERNELV_ERR_MSG_
STRING_LENGTH (without terminating 0).

ERR_VAL_TYPE_ADRESSE

13

Data type is an address.

ERR_VAL_TYPE_IGNORE

14

Data type not assigned.

ERR_VAL_TYPE_A3_REAL64

15

Data type is an array with 3 64-bit floating point number.

ERR_VAL_TYPE_BITARRAY_32

16

Data type is bit array with 32 bits.

ERR_VAL_TYPE_BITARRAY_16

17

Data type is bit array with 16 bits.