kernelv_ch_ackn_techno_func()
Prototype
KERNELV_RETURN | kernelv_ch_ackn_techno_func(unsigned long int chanIndex, |
Description
Acknowledges a technology function for which the user acknowledgement was activated.
If the specified technology function is not open (acknowledgement pending), the return value ERR_TECHNO_NOT_FOUND is returned, otherwise RET_FINISHED.
Parameter
Name | Type | Meaning |
chanIndex | unsigned long int | Channel index. |
type | E_KERNELV_TECHNO_TYPE | Type of technology function to be acknowledged. |
number | unsigned long int | Number of the technology function. |
Return values
Symbol | Value | Meaning |
RET_FINISHED | 0 | The technology function was acknowledged. |
ERR_INVALID_CHAN | -1 | The transferred channel index is higher than the number of configured channels -1 |
ERR_CNC_NOT_INIT | -3 | The simulation CNC kernel was not yet initialised. |
ERR_TECHNO_NOT_ | -29 | The specified technology function was not found. |