Skip to main content
Open topic with navigation

GBT27930IL_ControlInit

CAPL Functions » J1939 » GB/T 27930 IL » GBT27930IL_ControlInit

Tool Availability

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long GBT27930IL_ControlInit(); // form 1
  • long GBT27930IL_ControlInit(dbNode node); // form 2

Description

This function can only be used in on preStart, to suppress the auto-start function of the IL.

Parameters

  • node: Simulation node to apply the function

Return Values

0 on success or IL Error Code

Example

on preStart
{
    GBT27930IL_ControlInit();
}