TestResetSignalValue
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
long TestResetSignalValue (Signal aSignal); // form 1long TestResetSignalValue (ServiceSignal aSignal); // form 2
Description
Resets the signal to initial value. The sending depends on the message send type. The reset-function does not contain a waiting time which guarantees that the signal is sent out on the bus. If a waiting time is desired, the TestWaitForTimeout function has additionally been executed.Parameters
- aSignal: Signal that should be reset.
Return Values
- 0: No error
- -1: General error