ChkCreate_Timeout, ChkStart_Timeout
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
dword ChkCreate_Timeout (Duration aTimeout, char [] CaplCallback);dword ChkStart_Timeout (Duration aTimeout, char [] CaplCallback);
Constructor
TestCheck::CreateTimeout (Duration aTimeout, char [] CaplCallback);TestCheck::StartTimeout (Duration aTimeout, char [] CaplCallback);
Check Name
Timeout (Check Description)Description
The check fires an event if the time has expired.Parameters
- aTimeout: > 0; default unit [ms], if not changed with ChkConfig_SetPrecision.
- CaplCallback: In simulation nodes this parameter has to be set. In test modules this parameter is optional.
Return Values
- 0: Check could not be created and must not be referenced
- > 0: Check was created successfully and may be referenced using the returned (handle-) value
Possible Errors
- CAPL callback does not exist