mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
DO NOT MERGE Add missing WINDOW_MOVE properties to DefaultConfig.h
Test: Built. Bug: 239100623 Change-Id: I29e55f995a35bc3157f082be1b88a61495434b5c
This commit is contained in:
@@ -1100,6 +1100,26 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||
.maxInt32Value = 10}}},
|
||||
.initialValue = {.int32Values = {0}}},
|
||||
|
||||
{.config = {.prop = toInt(VehicleProperty::WINDOW_MOVE),
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
.areaConfigs = {VehicleAreaConfig{.areaId = WINDOW_1_LEFT,
|
||||
.minInt32Value = -1,
|
||||
.maxInt32Value = 1},
|
||||
VehicleAreaConfig{.areaId = WINDOW_1_RIGHT,
|
||||
.minInt32Value = -1,
|
||||
.maxInt32Value = 1},
|
||||
VehicleAreaConfig{.areaId = WINDOW_2_LEFT,
|
||||
.minInt32Value = -1,
|
||||
.maxInt32Value = 1},
|
||||
VehicleAreaConfig{.areaId = WINDOW_2_RIGHT,
|
||||
.minInt32Value = -1,
|
||||
.maxInt32Value = 1},
|
||||
VehicleAreaConfig{.areaId = WINDOW_ROOF_TOP_1,
|
||||
.minInt32Value = -1,
|
||||
.maxInt32Value = 1}}},
|
||||
.initialValue = {.int32Values = {0}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
.prop = WHEEL_TICK,
|
||||
|
||||
Reference in New Issue
Block a user