Struct KERNELV_VARIABLE
Description
The structure contains the value and type of a CNC variable.
Memory orientation
The individual structure elements are packed in the memory.
Element | Type | Meaning |
type | E_KERNELV_VAR_TYPE | Data type of the data item in the value structure element. |
value | U_KERNELV_VAR_VALUE | Union with the data types possible for CNC variables. |