Enum E_KERNELV_ERR_VAL_TYPE

Beschreibung

Kennungen für den Datentype des Wertes in U_KERNELV_ERR_VAL_DATA.

Symbol

Wert

Bedeutung

ERR_VAL_TYPE_NONE

-1

Unbekannter Datentyp.

ERR_VAL_TYPE_BOOLEAN

0

Datentyp ist unsigned char 1 (8 Bit). Mögliche Werte 0 oder.

ERR_VAL_TYPE_UNS08

1

Datentyp ist unsigned char (8 Bit).

ERR_VAL_TYPE_SGN08

2

Datentyp ist signed char (8 Bit).

ERR_VAL_TYPE_UNS16

3

Datentyp ist unsigned short int (16 Bit).

ERR_VAL_TYPE_SGN16

4

Datentyp ist signed short int (16 Bit).

ERR_VAL_TYPE_UNS32

5

Datentyp ist unsigned long int (32 Bit).

ERR_VAL_TYPE_SGN32

6

Datentyp ist signed long int (32 Bit).

ERR_VAL_TYPE_UNS64

7

Datentyp ist unsigned long long int (64 Bit).

ERR_VAL_TYPE_SGN64

8

Datentyp ist signed long long int (64 Bit).

ERR_VAL_TYPE_REAL64

9

Datentyp ist eine 64 Bit Fließkommazahl.

ERR_VAL_TYPE_REAL32

10

Datentyp ist eine 32 Bit Fließkommazahl.

ERR_VAL_TYPE_CHAR

11

Datentyp ist ein character

ERR_VAL_TYPE_STRING

12

Datentyp ist eine Zeichenkette der Länge KERNELV_ERR_MSG_
STRING_LENGTH (ohne terminierende 0).

ERR_VAL_TYPE_ADRESSE

13

Datentyp ist eine Adresse.

ERR_VAL_TYPE_IGNORE

14

Datentyp ist nicht belegt.

ERR_VAL_TYPE_A3_REAL64

15

Datentyp ist ein Array mit 3 64 Bit Fließkommazahlen.

ERR_VAL_TYPE_BITARRAY_32

16

Datentyp ist eine Bitleiste mit 32 Bit.

ERR_VAL_TYPE_BITARRAY_16

17

Datentyp ist eine Bitleiste mit 16 Bit.