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_EventTimeStampInt64

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

Function Syntax

Int64 ChkQuery_EventTimestampInt64 (dword CheckId);

Method Syntax

check.QueryEventTimestampInt64();

Description

Retrieves time stamp of last fired event.

Parameters

  • CheckId: Identifier of the queried Check.

Return Values

Example

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