DebugVehicleProfileSettingsService

interface DebugVehicleProfileSettingsService

A service that provides vehicle profile presets for development and testing purposes.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
abstract val availableDebugVehicleProfileIds: Set<String>

Identifiers of available vehicle profile presets.

Link copied to clipboard
abstract val readSupportedVhalFields: Boolean

Indicates whether is allowed to read values from VHAL fields.

Link copied to clipboard
abstract val selectedDebugVehicleProfile: DebugVehicleProfile?

The selected vehicle profile. null if no profile is selected.

Link copied to clipboard
abstract val selectedDebugVehicleProfileId: String?

An identifier of the selected vehicle profile preset. If null then no preset is selected. Throws on update if a new value does not belong to availableDebugVehicleProfileIds.