Merge "Fixed PHEV expansion in INFO_FUEL_TYPE HAL docs" into main
This commit is contained in:
commit
f99ae73f1a
1 changed files with 1 additions and 1 deletions
|
@ -102,7 +102,7 @@ enum VehicleProperty {
|
|||
* An FHEV (Fully Hybrid Electric Vehicle) must not include FuelType::FUEL_TYPE_ELECTRIC in
|
||||
* INFO_FUEL_TYPE's INT32_VEC value. So INFO_FUEL_TYPE can be populated as such:
|
||||
* int32Values = { FuelType::FUEL_TYPE_UNLEADED }
|
||||
* On the other hand, a PHEV (Partially Hybrid Electric Vehicle) is plug in rechargeable, and
|
||||
* On the other hand, a PHEV (Plug-in Hybrid Electric Vehicle) is plug in rechargeable, and
|
||||
* hence should include FuelType::FUEL_TYPE_ELECTRIC in INFO_FUEL_TYPE's INT32_VEC value. So
|
||||
* INFO_FUEL_TYPE can be populated as such:
|
||||
* int32Values = { FuelType::FUEL_TYPE_UNLEADED, FuelType::FUEL_TYPE_ELECTRIC }
|
||||
|
|
Loading…
Reference in a new issue