TCIL_UnassignTransmitter
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_UnassignTransmitter (dword ddi, dbNode user, dword elementNumberUser, dbNode source, dword elementNumberSource)// form 1long TCIL_UnassignTransmitter (dword ddi, dword addressUser, dword elementNumberUser, dword addressSource, dword elementNumberSource)// form 2long TCIL_UnassignTransmitter (dbNode tc, dword ddi, dword addressUser, dword elementNumberUser, dword addressSource, dword elementNumberSource)// form 3long TCIL_UnassignTransmitter (dbNode tc, dword ddi, dbNode user, dword elementNumberUser, dbNode source, dword elementNumberSource)// form 4
Description
The functions send an Unassign Transmitter message to the setpoint value source device.Parameters
- ddi: This DDI and the element number specify the setpoint value user.
- user: Peer control capable device which acts as a setpoint value user.
- addressUser: Address of the peer control capable device which acts as a setpoint value user.
- elementNumberUser: The combination of this element number and the DDI shall stop receiving data from the setpoint value source.
- source: Peer control capable device which acts as a setpoint value source.
- addressSource: Address of the peer control capable device which acts as a setpoint value source.
- elementNumberSource: The value of the process variable specified by combination of this element number and the DDI shall no longer be sent to the setpoint value user.
- tc: Task Controller simulation node to apply the function.
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code