TestJoinRawSignalMatch
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
TestJoinRawSignalMatch(dbSignal aSignal, int64 value);// form 1TestJoinRawSignalMatch(char aSignalName[], int64 value);// form 2TestJoinRawSignalMatch(dbSignal aSignal, byte data[], dword dataLength);// form 3TestJoinRawSignalMatch(char aSignalName[], byte data[], dword dataLength);// form 4
Description
Completes the current set of joined events with the transmitted event. This function does not wait. By default, this condition will be checked immediately when the set of joined events is evaluated by TestWaitForAllJoinedEvents or TestWaitForAnyJoinedEvent and may not wait for a value change. It is also possible to delay the checking of the condition until the next message with the given signal arrives.Parameters
- aSignal: The signal.
- aSignalName: Name of the signal.
- value: Signal value to be set.
- data: The data bytes of the signal.
- dataLength: Length of the data.
Return Values
- -3: Join error
- -2: Signal is not valid
- -1: General error, for example, functionality is not available
- > 0: Number of the joined event