DebugVehicleProfile

data class DebugVehicleProfile(val id: String, val vehicleSpecification: DebugVehicleSpecification, val electricEngineParameters: DebugElectricEngineParameters?) : Parcelable

Represents a vehicle profile for development and testing purposes.

Constructors

Link copied to clipboard
fun DebugVehicleProfile(id: String, vehicleSpecification: DebugVehicleSpecification, electricEngineParameters: DebugElectricEngineParameters?)

Properties

Inherited functions

Link copied to clipboard
abstract fun describeContents(): Int
Link copied to clipboard
abstract fun writeToParcel(p0: Parcel, p1: Int)