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

VTIL_DeleteAllStoredVersions

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

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

Description

Deletes all object pool versions which are stored by the Virtual Terminal IL. For more information see chapter Save Object Pools in VT Storage.

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