|
Maps SDK for C++ 1.0.0
|
EV car model. More...


Public Member Functions | |
| EVCarModel (int id=0, int ports=EVC_Type2) noexcept | |
| default constructor EVCarModel | |
| bool | operator== (const EVCarModel &model) const |
| equality operator | |
| bool | operator!= (const EVCarModel &model) const |
| inequality operator | |
Public Attributes | |
| int | id |
| String | name |
| float | batteryCapacity |
| int | towbarPossible |
| int | ports |
| int | vehicleRange |
| int | efficiency |
| int | fastCharge |
EV car model.
|
inlinenoexcept |
default constructor EVCarModel
| id | model unique id |
| ports | Supported charging ports, a combination of 1 or more EEVChargingConnector |
|
inline |
|
inline |
| float gem::EVCarModel::batteryCapacity |
battery usable capacity Wh
| int gem::EVCarModel::efficiency |
consumption in Wh / km
| int gem::EVCarModel::fastCharge |
how many km charged in one hour (10 - 80 interval)
| int gem::EVCarModel::id |
model unique id
| String gem::EVCarModel::name |
car model name
| int gem::EVCarModel::ports |
Supported charging ports, a combination of 1 or more EEVChargingConnector
| int gem::EVCarModel::towbarPossible |
maximum weight available on vehicle towbar
| int gem::EVCarModel::vehicleRange |
vehicle range in meters