setSignalStartValues
Valid for: CANoe DE • CANoe:lite DE • CANoe4SW DE • CANoe4SW:lite DEFunction Syntax
setSignalStartValues(message msg); // form 1setSignalStartValues(multiplexed_message msg); // form 2setSignalStartValues(frFrame frame); // form 3setSignalStartValues(frFrame frame, byte uninitializedData); // form 4setSignalStartValues(frPDU pdu); // form 5setSignalStartValues(frPDU pdu, byte uninitializedData); // form 6setSignalStartValues(pg paramGroup); // form 7setSignalStartValues(j1587Param param); // form 8setSignalStartValues(linFrame msg); // form 9
Description
Sets the values of the signals in the parameter to the start values defined in the database.Parameters
- msg, frame, pdu, paramGroup, parameter: Objects where the signals shall be set.
- uninitializedData (Form 4, Form 6): Value to which the bytes in the frame / PDU shall be set which are not used by signals.
Return Values
- 0: function was successful
- 1: message / frame / PDU / paramGroup wasn’t found in the database
- 2: at least one signal start value didn’t fit into the signal in the message