Struct CONTOUR_DATA_TECHNO
Description
Data of the technology function output.
| Element | Type | Meaning | 
| axis_nr | unsigned short int | Axis number with axis-specific technology functions output, 0 for channel-specific technology functions output. | 
| fillup | unsigned short int | Fill bytes for structure alignment. | 
| m_h_count | unsigned long int | Number of assigned entries in the m_h_data[] array. | 
| m_h_data[ ] | CONTOUR_M_H_PROCESS | M/H technology data. Array size: CONTOUR_MAX_M_H_DATA | 
| s_count | signed long int | Number of assigned entries in the s_procm_h_data[] array. | 
| s_data[CONTOUR_SPDL_COUNT] | CONTOUR_S_PROCESS | Data of the spindle technology functions output. Array size: CONTOUR_MAX_SPDL_DATA | 
| tool | CONTOUR_TOOL_PROCESS | Technology data of a tool. |