VTIL_RemoveAuxAssignment
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long VTIL_RemoveAuxAssignment(dbNode auxiliaryFunctionWSM, word auxiliaryFunctionId); // form 1long VTIL_RemoveAuxAssignment(dword addressAuxiliaryFunctionWSM, word auxiliaryFunctionId); // form 2long VTIL_RemoveAuxAssignment(dbNode vt, dbNode auxiliaryFunctionWSM, word auxiliaryFunctionId); // form 3long VTIL_RemoveAuxAssignment(dbNode vt, dword addressAuxiliaryFunctionWSM, word auxiliaryFunctionId); // form 4
Description
Removes an auxiliary assignment. As a result, the Auxiliary Assignment Type 2 command is sent to the Auxiliary Function Working Set Master. If there are no assignments for the Auxiliary Input, an Auxiliary Input Status Type 2 Enable command (Disable) is sent to the Auxiliary Input Working Set Master.Parameters
- vt: VT simulation node to apply the function
- auxiliaryFunctionWSM: Working Set Master which provides the Auxiliary Function
- addressAuxiliaryFunctionWSM: Address of the Working Set Master which provides the Auxiliary Function
- auxiliaryFunctionId: Object ID of the Auxiliary Function. For value 0xFFFF, all assigned functions are removed
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code