OSDN Git Service

Adding an index for Vms Layer Subtype
authorAsaf Rosenfeld <asafro@google.com>
Fri, 2 Jun 2017 22:10:14 +0000 (15:10 -0700)
committerAsaf Rosenfeld <asafro@google.com>
Fri, 9 Jun 2017 20:05:45 +0000 (13:05 -0700)
Will rename ID to type in another CL so messages include Type and Subtype instead of Id and subtype.

Test: All VMS tests are adjusted and pass.
Bug:b/37627272

Change-Id: I039f952ff944605ca46a8f6f6f484aac830fc46e

automotive/vehicle/2.1/types.hal

index 7be611c..d22f77f 100644 (file)
@@ -620,6 +620,9 @@ enum VmsSimpleMessageIntegerValuesIndex : VmsBaseMessageIntegerValuesIndex {
 
   /* The version of the VMS layer. */
   VMS_LAYER_VERSION = 2,
+
+  /* The layer type as defined in the vms protocol */
+  VMS_LAYER_SUB_TYPE = 3,
 };
 
 /*