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

Link copied to clipboard
Link copied to clipboard
val id: String
Link copied to clipboard
val vehicleSpecification: DebugVehicleSpecification

Inherited functions

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