Enum E_KERNELV_TECHNO_TYPE

Description

Type of a technology function stored in the KERNELV_TECHNO_DATA structure.

Symbol

Value

Meaning

KERNELV_TECHNO_EMPTY

0

The structure does not contain any valid values.

KERNELV_TECHNO_M_CODE

1

The structure contains an M function.

KERNELV_TECHNO_H_CODE

2

The structure contains an H function.

KERNELV_TECHNO_S_CODE

3

The structure contains a spindle techno function, e.g. M3, M19 or S.

KERNELV_TECHNO_T_CODE

4

The structure contains a tool techno function.