Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e259d7e0 authored by Aaqib Ismail's avatar Aaqib Ismail
Browse files

Add documentation to all connector types

Mention to use TESLA_SUPERCHARGER instead of TESLA_HPWC because they are
the same standard. Mention that TESLA_SUPERCHARGER refers to the new
NACS standard.

Bug: 328106085
Test: m
Change-Id: I8821f8a26b5971fcc7597b56c5e239a093e5795a
parent 5226f352
Loading
Loading
Loading
Loading
+49 −0
Original line number Diff line number Diff line
@@ -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