Values.VehicleMiddlewareSourceThe vehicle middleware defined as a type of network interface. Examples of vehicle middleware include ROS2 and SOME/IP.
type nonrec t = {name : VehicleMiddlewareName.t;The name of the vehicle middleware.
*)protocolName : VehicleMiddlewareProtocol.t;The protocol name of the vehicle middleware.
*)}val make :
name:VehicleMiddlewareName.t ->
protocolName:VehicleMiddlewareProtocol.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `Enum of string | `String of VehicleMiddlewareName.t ])
list ]