Loading automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/EvConnectorType.aidl +49 −0 Original line number Diff line number Diff line Loading @@ -28,16 +28,65 @@ enum EvConnectorType { * type. */ UNKNOWN = 0, /** * IEC 62196 Type 1 connector * * Also known as the "Yazaki connector" or "J1772 connector". */ IEC_TYPE_1_AC = 1, /** * IEC 62196 Type 2 connector * * Also known as the "Mennekes connector". */ IEC_TYPE_2_AC = 2, /** * IEC 62196 Type 3 connector * * Also known as the "Scame connector". */ IEC_TYPE_3_AC = 3, /** * IEC 62196 Type AA connector * * Also known as the "Chademo connector". */ IEC_TYPE_4_DC = 4, /** * IEC 62196 Type EE connector * * Also known as the “CCS1 connector” or “Combo1 connector". */ IEC_TYPE_1_CCS_DC = 5, /** * IEC 62196 Type EE connector * * Also known as the “CCS2 connector” or “Combo2 connector”. */ IEC_TYPE_2_CCS_DC = 6, /** * DO NOT USE * * Connector of Tesla Roadster. */ TESLA_ROADSTER = 7, /** * DO NOT USE * Use TESLA_SUPERCHARGER instead. * * High Power Wall Charger of Tesla. */ TESLA_HPWC = 8, /** * SAE J3400 connector * * Also known as the "North American Charging Standard" (NACS) * or the "Tesla charging standard" connector. */ TESLA_SUPERCHARGER = 9, /** GBT_AC Fast Charging Standard */ GBT_AC = 10, /** GBT_DC Fast Charging Standard */ GBT_DC = 11, /** * Connector type to use when no other types apply. Before using this Loading Loading
automotive/vehicle/aidl_property/android/hardware/automotive/vehicle/EvConnectorType.aidl +49 −0 Original line number Diff line number Diff line Loading @@ -28,16 +28,65 @@ enum EvConnectorType { * type. */ UNKNOWN = 0, /** * IEC 62196 Type 1 connector * * Also known as the "Yazaki connector" or "J1772 connector". */ IEC_TYPE_1_AC = 1, /** * IEC 62196 Type 2 connector * * Also known as the "Mennekes connector". */ IEC_TYPE_2_AC = 2, /** * IEC 62196 Type 3 connector * * Also known as the "Scame connector". */ IEC_TYPE_3_AC = 3, /** * IEC 62196 Type AA connector * * Also known as the "Chademo connector". */ IEC_TYPE_4_DC = 4, /** * IEC 62196 Type EE connector * * Also known as the “CCS1 connector” or “Combo1 connector". */ IEC_TYPE_1_CCS_DC = 5, /** * IEC 62196 Type EE connector * * Also known as the “CCS2 connector” or “Combo2 connector”. */ IEC_TYPE_2_CCS_DC = 6, /** * DO NOT USE * * Connector of Tesla Roadster. */ TESLA_ROADSTER = 7, /** * DO NOT USE * Use TESLA_SUPERCHARGER instead. * * High Power Wall Charger of Tesla. */ TESLA_HPWC = 8, /** * SAE J3400 connector * * Also known as the "North American Charging Standard" (NACS) * or the "Tesla charging standard" connector. */ TESLA_SUPERCHARGER = 9, /** GBT_AC Fast Charging Standard */ GBT_AC = 10, /** GBT_DC Fast Charging Standard */ GBT_DC = 11, /** * Connector type to use when no other types apply. Before using this Loading