VehicleMiddleware

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

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The name of the vehicle middleware.

Link copied to clipboard

The protocol name of the vehicle middleware.

Functions

Link copied to clipboard
inline fun copy(block: VehicleMiddleware.Builder.() -> Unit = {}): VehicleMiddleware
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String