on serviceSignal_update
Valid for: CANoe DE • CANoe4SW DEFunction Syntax
on serviceSignal_update <signal>;
Description
This function is called when the associated SOME/IP message has been received. It is immaterial whether or not the signal value was changed. Within the callback function you have direct access to the signal value via keyword this:-
Key Word:
this- Description: Access to the physical value of the Service Signal
- Data Type: FLOAT
-
Key Word:
this.raw- Description: Access to the raw value of the Service Signal
- Data Type: FLOAT
-
Key Word:
this.raw64- Description: Access to the raw value of the Service Signal
- Data Type: QWORD