A multiplier used to decode the CAN message.
Whether the byte ordering of a CAN message is big-endian.
Whether the message data is specified as a signed value.
How many bytes of data are in the message.
The ID of the message.
The name of the signal.
The offset used to calculate the signal value. Combined with factor, the calculation is value = raw_value * factor + offset.
value = raw_value * factor + offset
Indicates the beginning of the CAN signal. This should always be the least significant bit (LSB).