TCIL_SetMsgEvent
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TCIL_SetMsgEvent( dbMsg msg ); // form 1long TCIL_SetMsgEvent( dbNode tc, dbMsg msg ); // form 2
Description
The message is sent immediately, the send type is ignored. The TC 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 TCIL_SetSignal or TCIL_SetSignalRaw can be used.Parameters
- msg: Message name from database. The message must be a Tx message of the node.
- tc: TC simulation node to apply the function.