Skip to main content

Documentation Index

Fetch the complete documentation index at: https://notevil.mintlify.app/llms.txt

Use this file to discover all available pages before exploring further.

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