Skip to main content
Open topic with navigation CAPL Functions » ISO11783 » ISO11783 Interaction Layer » Iso11783IL_OPLoadVersion

Iso11783IL_OPLoadVersion

Valid for: CANoe DE • CANoe4SW DE

Function Syntax

long Iso11783IL_OPLoadVersion( char versionName[] ); // form 1
long Iso11783IL_OPLoadVersion( dbNode implement, char versionName[] ); // form 2

Description

The function loads an object pool, which is stored on the Virtual Terminal. A Load Version command is sent to the Virtual Terminal.

Parameters

  • versionName: designator of the version
    • For VT version smaller than 5 the name must be 7 characters long. For VT version 5 and higher a name with more than 7 characters is sent with the Load Extended Version command.
  • implement: Simulation node to apply the function.

Return Values

  • 0: function has been executed successfully
  • < 0: an error has occurred, see error codes

Example

Iso11783IL_OPLoadVersion("POOL01A");