Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/VehicleHalProto.proto +9 −5 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ enum MsgType { SET_PROPERTY_CMD = 8; SET_PROPERTY_RESP = 9; SET_PROPERTY_ASYNC = 10; DEBUG_CMD = 11; DEBUG_RESP = 12; } enum Status { RESULT_OK = 0; Loading Loading @@ -103,4 +105,6 @@ message EmulatorMessage { repeated VehiclePropGet prop = 3; // Provided for getConfig, getProperty commands repeated VehiclePropConfig config = 4; repeated VehiclePropValue value = 5; repeated string debug_commands = 6; // Required for debug command optional string debug_result = 7; // Required for debug RESP messages }; Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/proto/VehicleHalProto.proto +9 −5 Original line number Diff line number Diff line Loading @@ -32,6 +32,8 @@ enum MsgType { SET_PROPERTY_CMD = 8; SET_PROPERTY_RESP = 9; SET_PROPERTY_ASYNC = 10; DEBUG_CMD = 11; DEBUG_RESP = 12; } enum Status { RESULT_OK = 0; Loading Loading @@ -103,4 +105,6 @@ message EmulatorMessage { repeated VehiclePropGet prop = 3; // Provided for getConfig, getProperty commands repeated VehiclePropConfig config = 4; repeated VehiclePropValue value = 5; repeated string debug_commands = 6; // Required for debug command optional string debug_result = 7; // Required for debug RESP messages };