Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » Virtual Terminal Interaction Layer (VT IL) » VTIL_ControlInit

VTIL_ControlInit

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

  • long VTIL_ControlInit(); // form 1
  • long VTIL_ControlInit( dbNode vt ); // form 2

Description

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

Parameters

  • 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

Example

on preStart
{
    VTIL_ControlInit();
}