VTIL_SetMsgEvent
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long VTIL_SetMsgEvent( dbMsg msg ); // form 1long VTIL_SetMsgEvent( dbNode vt, dbMsg msg ); // form 2
Description
The message is sent immediately, the send type is ignored. The VT IL must be in state active and the message must be assigned to the node as Tx message. To modify signal values prior to message transmission, the CAPL functions VTIL_SetSignal or VTIL_SetSignalRaw can be used.Parameters
- msg: Message name from database. The message must be a Tx message of the node.
- vt: VT simulation node to apply the function.
Return Values
- 0: Function has been executed successfully
- < 0: An error has occurred, see IL Error Code