Skip to main content

ChkConfig_SetCallback

Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DE

Function Syntax

Method Syntax

Method Syntax

Description

Sets a CAPL callback for the check. An already existing callback will be overwritten. This function can be used if the check itself has no syntax to create/start and to assign a callback.

Parameters

  • aCheckId: Must exist
  • CaplCallback: The name of the CAPL callback function.

Return Values

  • 0: successful
  • < 0: error

Example