Module Values.VehicleMiddlewareSource

The vehicle middleware defined as a type of network interface. Examples of vehicle middleware include ROS2 and SOME/IP.

Sourcetype nonrec t = {
  1. name : VehicleMiddlewareName.t;
    (*

    The name of the vehicle middleware.

    *)
  2. protocolName : VehicleMiddlewareProtocol.t;
    (*

    The protocol name of the vehicle middleware.

    *)
}
Sourceval context_ : string
Sourceval make : name:VehicleMiddlewareName.t -> protocolName:VehicleMiddlewareProtocol.t -> unit -> t
Sourceval to_value : t -> [> `Structure of (string * [> `Enum of string | `String of VehicleMiddlewareName.t ]) list ]
Sourceval to_query : t -> Awso.Client.Query.t
Sourceval of_xml : Awso.Xml.t -> t
Sourceval of_string : string -> t
Sourceval of_json : Yojson.Safe.t -> t
Sourceval to_json : t -> Yojson.Safe.t