Skip to main content

ChkQuery_EventTimeStamp

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

Function Syntax

long ChkQuery_EventTimestamp (dword CheckId);

Method Syntax

Method Syntax
check.QueryEventTimestamp();

Description

Retrieves time stamp of last fired event.

Parameters

  • CheckId: Identifier of the queried Check.

Return Values

Example

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