ChkCreate_AllNodesBabbling, ChkStart_AllNodesBabbling
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
dword ChkCreate_AllNodesBabbling (Duration aMinQuietTime, char [] CaplCallback);dword ChkStart_AllNodesBabbling (Duration aMinQuietTime, char [] CaplCallback);
Constructor
TestCheck::CreateAllNodesBabbling (Duration aMinQuietTime, char [] CaplCallback);Check Name
Node Inactive (Check Description)Description
There is a time interval where transmissions are tolerated. After the interval has been passed, all nodes may no longer send messages. From now on, each transmission of the nodes is reported. If the min. quiet time is 0, then each message sent by any node leads to the event. Possible application:- Supervises the end of a communication.
- Supervises the transition of nodes’ or buses’ state to “sleep active”.
Parameters
- aMinQuietTime: > 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.