A2LDescriptionFile Data Type
Metadata for an a2l file.
name | data type | description |
---|---|---|
ecu-name | string | The ECU name for this A2L file. |
Properties inherited from VehicleDescriptionFile |
||
name | string | The name of the file. |
id | number | |
type | Type | |
comment | string | |
enabled | boolean | |
version | string |
Example
{ "ecu-name" : "...", "name" : "...", "id" : 12345, "type" : "A2L", "comment" : "...", "enabled" : true, "version" : "..." }