Skip to main content
Open topic with navigation CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_SetMsgEvent

GBT27930IL_SetMsgEvent

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long GBT27930IL_SetMsgEvent( dbMsg msg ); // form 1
long GBT27930IL_SetMsgEvent(dbNode node, dbMsg msg ); // form 2

Description

The message is sent immediately, the send type is ignored. The GBT27930 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 GBT27930IL_SetSignal or GBT27930IL_SetSignalRaw can be used.

Parameters

  • msg: message name from database. The message must be a Tx message of the node.
  • node: Simulation node to apply the function.

Return Values

Example

on key 't'
{
    GBT27930IL_SetMsgEvent( EC1 );
}