Skip to main content

ChkQuery_EventStatusToLog

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

Function Syntax

long ChkQuery_EventStatusToLog (dword aCheckId);

Method Syntax

Method Syntax
check.QueryEventStatusToLog();

Description

Uses the output of ChkQuery_EventStatus and writes the result to the logging file.

Parameters

  • aCheckId

Return Values

  • < 0: Refers the query error codes
  • ≥ 0: See description

Example

long result;
dword checkId;
checkId = ChkStart_MsgRelCycleTimeViolation(VehicleMotion, 0.9, 1.1);
// ... execute test sequence
result = ChkQuery_EventStatusToLog(checkId);