Enum E_KERNELV_VAR_TYPE

Description

Data type of a data item stored in the structure U_KERNELV_VAR_VALUE.

Symbol

Value

Meaning

KERNELV_VAR_TYPE_UNKNOWN

1

The structure does not contain any valid data type.

KERNELV_VAR_TYPE_BOOLEAN

2

Data type is unsigned char. Possible values 0 or 1.

KERNELV_VAR_TYPE_UNS08

3

Data type is unsigned char.

KERNELV_VAR_TYPE_SGN08

4

Data type is signed char.

KERNELV_VAR_TYPE_UNS16

5

Data type is unsigned short int.

KERNELV_VAR_TYPE_SGN16

6

Data type is signed short int.

KERNELV_VAR_TYPE_UNS32

7

Data type is unsigned long int.

KERNELV_VAR_TYPE_SGN32

8

Data type is signed long int.

KERNELV_VAR_TYPE_DOUBLE

9

Data type is double.

KERNELV_VAR_TYPE_STRING

10

The data type is a string with a maximum of 127 (KERNELV_VAR_ ­ STRING_LEN) characters (total length including terminating 0 KERNELV_VAR_STRING_LEN +1 character).