I'm searching a solution in CAPL that allows me to get the value description of a signal described in the dbc.
For example, I have the following signal that has the indicated value:
msgStatusCCAN1.PowerMode = 1
- msgStatusCCAN1 is the message
- PowerMode is the signal
- 1 is the value that corresponds in the DBC to ON
So, is there a method that doing for example getDescription(message,signal,value)
will give me the description of that value that it is ON?
Thanks