mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-01 16:50:18 +00:00
Merge "Adding a property for a communicating Vehicle Maps Data Service messages. The message will be a protobuf preceded by a some routing data, so using Bytes as type until hybrid types are supported."
This commit is contained in:
committed by
Android (Google) Code Review
commit
0e1b7f5cf7
@@ -1614,6 +1614,20 @@ enum VehicleProperty: int32_t {
|
||||
| VehiclePropertyGroup:SYSTEM
|
||||
| VehiclePropertyType:BOOLEAN
|
||||
| VehicleArea:GLOBAL),
|
||||
|
||||
/*
|
||||
* Vehicle Maps Data Service
|
||||
*
|
||||
* A VMDS message.
|
||||
*
|
||||
* @change_mode VehiclePropertyChangeMode:ON_CHANGE
|
||||
* @access VehiclePropertyAccess:READ_WRITE
|
||||
*/
|
||||
VEHICLE_MAPS_DATA_SERVICE = (
|
||||
0x0C00
|
||||
| VehiclePropertyGroup:SYSTEM
|
||||
| VehiclePropertyType:BYTES
|
||||
| VehicleArea:GLOBAL),
|
||||
};
|
||||
|
||||
/*
|
||||
|
||||
Reference in New Issue
Block a user