CANBusMapping Data Type
Describes how each CAN bus name in a haf file should be rewritten.
E.g CAN1 in the haf file should be replaced with CAN3.
| name | data type | description |
|---|---|---|
| from | string | The CAN bus name in the haf file. |
| to | string | The CAN bus name in the WCU configuration. |
Example
{
"from" : "CAN1",
"to" : "CAN3"
}