You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/vss_tools/utils/vhal/vehicle_mapping.py
+29Lines changed: 29 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -17,6 +17,24 @@
17
17
classVehicleMappingItem:
18
18
"""
19
19
Represents a single vehicle mapping item.
20
+
21
+
:param name: Android name of the vehicle property
22
+
:param property_id: Android area ID of the property (https://android.googlesource.com/platform/packages/services/Car/+/refs/heads/main/car-lib/src/android/car/VehicleAreaType.java)
23
+
:param area_id: See https://source.android.com/docs/automotive/vhal/property-configuration
24
+
:param access: See https://source.android.com/docs/automotive/vhal/property-configuration
25
+
:param change_mode: Android change mode for the property (https://developer.android.com/reference/android/car/hardware/CarPropertyConfig#VEHICLE_PROPERTY_CHANGE_MODE_ONCHANGE)
0 commit comments