VTIL_ActivateWorkingSet
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long VTIL_ActivateWorkingSet(dbNode workingSetMaster); // form 1long VTIL_ActivateWorkingSet(byte workingSetMasterAddress); // form 2long VTIL_ActivateWorkingSet(dbNode vt, dbNode workingSetMaster); // form 3long VTIL_ActivateWorkingSet(dbNode vt, byte workingSetMasterAddress); // form 4
Description
Activates a corresponding Working Set in the Virtual Terminal: As a result, the VT Status message is sent with the source address of newly activated Working Set as well as its active Data/Alarm and Soft Key Mask.Parameters
- vt: VT simulation node to apply the function
- workingSetMaster: Working Set Master node
- workingSetMasterAddress: Address of the Working Set Master
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code