Values.CanDbcDefinitionSourceConfigurations used to create a decoder manifest.
type nonrec t = {networkInterface : InterfaceId.t;Contains information about a network interface.
*)canDbcFiles : NetworkFilesList.t;A list of DBC files. You can upload only one DBC file for each network interface and specify up to five (inclusive) files in the list. The DBC file can be a maximum size of 200 MB.
*)signalsMap : ModelSignalsMap.t option;Pairs every signal specified in your vehicle model with a signal decoder.
*)}val make :
?signalsMap:??? ->
networkInterface:InterfaceId.t ->
canDbcFiles:NetworkFilesList.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string
* [> `List of [> `Blob of NetworkFileBlob.t ] list
| `Map of ([> `String of string ] * [> `String of string ]) list
| `String of InterfaceId.t ])
list ]