Loading automotive/vehicle/2.0/types.hal +10 −10 Original line number Diff line number Diff line Loading @@ -3286,16 +3286,6 @@ enum DiagnosticFloatSensorIndex : int32_t { * the message is decoded. */ enum VmsMessageType : int32_t { /** * A notification indicating that the sender has been reset. * * The receiving party must reset its internal state and respond to the * sender with a START_SESSION message as acknowledgement. * * This message type uses enum VmsStartSessionMessageIntegerValuesIndex. */ START_SESSION = 17, /** * A request from the subscribers to the VMS service to subscribe to a layer. * Loading Loading @@ -3412,6 +3402,16 @@ enum VmsMessageType : int32_t { */ PUBLISHER_INFORMATION_RESPONSE = 16, /** * A notification indicating that the sender has been reset. * * The receiving party must reset its internal state and respond to the * sender with a START_SESSION message as acknowledgement. * * This message type uses enum VmsStartSessionMessageIntegerValuesIndex. */ START_SESSION = 17, LAST_VMS_MESSAGE_TYPE = START_SESSION, }; Loading Loading
automotive/vehicle/2.0/types.hal +10 −10 Original line number Diff line number Diff line Loading @@ -3286,16 +3286,6 @@ enum DiagnosticFloatSensorIndex : int32_t { * the message is decoded. */ enum VmsMessageType : int32_t { /** * A notification indicating that the sender has been reset. * * The receiving party must reset its internal state and respond to the * sender with a START_SESSION message as acknowledgement. * * This message type uses enum VmsStartSessionMessageIntegerValuesIndex. */ START_SESSION = 17, /** * A request from the subscribers to the VMS service to subscribe to a layer. * Loading Loading @@ -3412,6 +3402,16 @@ enum VmsMessageType : int32_t { */ PUBLISHER_INFORMATION_RESPONSE = 16, /** * A notification indicating that the sender has been reset. * * The receiving party must reset its internal state and respond to the * sender with a START_SESSION message as acknowledgement. * * This message type uses enum VmsStartSessionMessageIntegerValuesIndex. */ START_SESSION = 17, LAST_VMS_MESSAGE_TYPE = START_SESSION, }; Loading