ChkQuery_EventSignalValue_AsyncResult
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long ChkQuery_EventSignalValue_AsyncResult(dword checkId, double pValue[]); // form 1long ChkQuery_EventSignalValue_AsyncResult(dword checkId, int64& value); // form 2
Method Syntax
check.QueryEventSignalValueAsyncResult(double pValue[]); // form 1check.QueryEventSignalValueAsyncResult(int64& value); // form 2
Description
This function enables access to the signal value which was last reported by a check as invalid. The signature of the function with the same name without the pValue parameter enables access only to positive signal values. This function enables access to signal values in any directory. The data has to be queried first using testWaitForCheckQuery.Parameters
- checkId: Identifier of the queried Check.
- *double pValue:
- Note: This requires the transfer of an array.
Return Values
- ≤ 0: Refers the query error codes
Available For
- ChkCreate_MsgSignalValueRangeViolation
- Result: Value of the last signal that was bad
- ChkCreate_MsgSignalValueInvalid
- Result: Value of the last signal that was bad